VErsion 3.3.0p3

This commit is contained in:
2025-11-21 14:27:53 +01:00
parent 3f67a6995d
commit dbcc1ab607
8 changed files with 522 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<IfModule remoteip_module>
# PROXY protocol nur von 'fury' akzeptieren (sicher!):
RemoteIPTrustedProxy aaaa:bbb:ccc:ddde::111
# falls fury ggf. auch von 46.4.5.32 (IPv4) kommt, zusätzlich:
RemoteIPTrustedProxy aa.bb.cc.32
#
# PROXY protocol global zulassen (gilt nur für TrustedProxy-Quellen)
RemoteIPProxyProtocol On
</IfModule>