Changeset 370 in code for trunk/doc


Ignore:
Timestamp:
Jul 22, 2020, 3:03:01 PM (5 years ago)
Author:
contact
Message:

Add accept-proxy-ip config directive

This allows to set the list of IPs allowed to act as a proxy. This is
only used for WebSockets right now, but will be expanded to TCP as well
once the PROXY protocol is supported.

File:
1 edited

Legend:

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

    r369 r370  
    110110        interpreted as shell patterns, see *glob*(7).
    111111
     112*accept-proxy-ip* <cidr...>
     113        Allow the specified IPs to act as a proxy. Proxys have the ability to
     114        overwrite the remote and local connection addresses (via the X-Forwarded-*
     115        HTTP header fields). By default, the loopback addresses 127.0.0.0/8 and
     116        ::1/128 are accepted.
     117
    112118# IRC SERVICE
    113119
Note: See TracChangeset for help on using the changeset viewer.