From 88705a21b5d2a247ac1200ccd3fee02dfcac64a5 Mon Sep 17 00:00:00 2001 From: 12ww1160 <12ww1160@confdroid.com> Date: Sat, 14 Mar 2026 15:38:49 +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 54e8c77..323059b 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