Files
ipv4-to-IPV6-Proxy-mit-und-…/10-remoteip-proxyproto.conf
2025-11-21 14:30:51 +01:00

10 lines
361 B
Plaintext

<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>