add ranges to template and update Readme

This commit is contained in:
2026-03-14 15:41:46 +01:00
parent 88705a21b5
commit 2b8bf5e15f

View File

@@ -5,10 +5,10 @@
<IfModule remoteip_module>
RemoteIPHeader <%= @ae_remoteip_header %>
<% @ae_trusted_proxy.each do |proxy| -%>
<% @ae_trusted_proxy.each do |proxy| %>
RemoteIPTrustedProxy <%= proxy %>
<% end -%>
<% @ae_internal_proxy.each do |proxy| -%>
<% @ae_internal_proxy.each do |proxy| %>
RemoteIPInternalProxy <%= proxy %>
<% end -%>