From 9f021ba9a9c984d7ef47b75ab3294e846529129e Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Thu, 7 Oct 2021 20:04:20 +0200 Subject: [PATCH] doc/soju.1: mention that accept-proxy-ip affects PROXY proto --- doc/soju.1.scd | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/soju.1.scd b/doc/soju.1.scd index 5f20b4d..103ceca 100644 --- a/doc/soju.1.scd +++ b/doc/soju.1.scd @@ -122,9 +122,12 @@ The following directives are supported: *accept-proxy-ip* Allow the specified IPs to act as a proxy. Proxys have the ability to - overwrite the remote and local connection addresses (via the X-Forwarded-\* + overwrite the remote and local connection addresses (via the PROXY protocol, + the Forwarded HTTP header field defined in RFC 7239 or the X-Forwarded-\* HTTP header fields). The special name "localhost" accepts the loopback - addresses 127.0.0.0/8 and ::1/128. By default, all IPs are rejected. + addresses 127.0.0.0/8 and ::1/128. + + By default, all IPs are rejected. # IRC SERVICE