<% if @protocol -%>
protocol = <%= @protocol %>
<% end -%>
+<% if @ports -%>
port = <%= @ports.join(",") %>
+<% end -%>
+<% if @filter -%>
filter = <%= @filter %>
+<% end -%>
+<% if @backend -%>
+backend = <%= @backend %>
+<% end -%>
+<% if @journalmatch -%>
+journalmatch = <%= @journalmatch %>
+<% end -%>
+<% if @logpath -%>
logpath = <%= @logpath %>
+<% end -%>
+<% if @bantime -%>
+bantime = <%= @bantime %>
+<% end -%>
+<% if @findtime -%>
+findtime = <%= @findtime %>
+<% end -%>
<% if @maxretry -%>
maxretry = <%= @maxretry %>
<% end -%>
<% if @ignoreips -%>
-ignoreip = <%= @ignoreips.sort.join(",") %>
+ignoreip = <%= @ignoreips.sort.join(" ") %>
<% end -%>