add tcp_option

This commit is contained in:
Arne Teuke
2025-01-29 23:02:45 +01:00
parent 0f136d567b
commit f646e5613e
2 changed files with 8 additions and 17 deletions

View File

@@ -6,6 +6,12 @@ bind <%= @fe_bind_mode %>
<% if @fe_maxconn != '' -%>
maxconn <%= @fe_maxconn %>
<% end -%>
<% if @fe_tcp_request_array and !@fe_tcp_request_array.empty? -%>
<% @fe_tcp_request_array.each do |fe_tcp_request| -%>
acl <%= fe_tcp_request %>
<% end -%>
<% end -%>
<% if @acl_rule_front_array and !@acl_rule_front_array.empty? -%>
<% @acl_rule_front_array.each do |acl_rule_front| -%>
acl <%= acl_rule_front %>