10 lines
361 B
Plaintext
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>
|