add tcp_option

This commit is contained in:
Arne Teuke
2025-01-29 23:07:43 +01:00
parent e5ca1254c7
commit de501875bc

View File

@@ -8,7 +8,7 @@ maxconn <%= @fe_maxconn %>
<% end -%> <% end -%>
<% if @fe_tcp_request_array and !@fe_tcp_request_array.empty? -%> <% if @fe_tcp_request_array and !@fe_tcp_request_array.empty? -%>
<% @fe_tcp_request_array.each do |fe_tcp_request| -%> <% @fe_tcp_request_array.each do |fe_tcp_request| -%>
acl <%= fe_tcp_request %> tcp-request <%= fe_tcp_request %>
<% end -%> <% end -%>
<% end -%> <% end -%>
<% if @acl_rule_front_array and !@acl_rule_front_array.empty? -%> <% if @acl_rule_front_array and !@acl_rule_front_array.empty? -%>