Changeset 611 in code for trunk


Ignore:
Timestamp:
Oct 7, 2021, 6:04:20 PM (4 years ago)
Author:
contact
Message:

doc/soju.1: mention that accept-proxy-ip affects PROXY proto

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/soju.1.scd

    r605 r611  
    123123*accept-proxy-ip* <cidr...>
    124124        Allow the specified IPs to act as a proxy. Proxys have the ability to
    125         overwrite the remote and local connection addresses (via the X-Forwarded-\*
     125        overwrite the remote and local connection addresses (via the PROXY protocol,
     126        the Forwarded HTTP header field defined in RFC 7239 or the X-Forwarded-\*
    126127        HTTP header fields). The special name "localhost" accepts the loopback
    127         addresses 127.0.0.0/8 and ::1/128. By default, all IPs are rejected.
     128        addresses 127.0.0.0/8 and ::1/128.
     129
     130        By default, all IPs are rejected.
    128131
    129132# IRC SERVICE
Note: See TracChangeset for help on using the changeset viewer.