From 3106893f383b838775d459bcf86edd0c6a060ccd Mon Sep 17 00:00:00 2001 From: 12ww1160 <12ww1160@confdroid.com> Date: Sat, 14 Mar 2026 15:45:23 +0100 Subject: [PATCH] add ranges to template and update Readme --- templates/loadbalancer/remoteip.conf.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/loadbalancer/remoteip.conf.erb b/templates/loadbalancer/remoteip.conf.erb index 03be0ba..27b6933 100644 --- a/templates/loadbalancer/remoteip.conf.erb +++ b/templates/loadbalancer/remoteip.conf.erb @@ -6,10 +6,10 @@ RemoteIPHeader <%= @ae_remoteip_header %> <% @ae_trusted_proxy.each do |proxy| %> -RemoteIPTrustedProxy <%= proxy %> + RemoteIPTrustedProxy <%= proxy %> <% end -%> <% @ae_internal_proxy.each do |proxy| %> -RemoteIPInternalProxy <%= proxy %> + RemoteIPInternalProxy <%= proxy %> <% end -%> # Use real client IP in all standard log formats