add ranges to template and update Readme

This commit is contained in:
2026-03-14 15:59:16 +01:00
parent b54c71b8f0
commit 656e219818

View File

@@ -4,7 +4,7 @@
############################################################################### ###############################################################################
<IfModule remoteip_module> <IfModule remoteip_module>
RemoteIPHeader <%= @ae_remoteip_header %> RemoteIPHeader <%= @ae_remoteip_header -%>
<% @ae_trusted_proxy.each do |proxy| %> <% @ae_trusted_proxy.each do |proxy| %>
RemoteIPTrustedProxy <%= proxy -%> RemoteIPTrustedProxy <%= proxy -%>
<% end -%> <% end -%>