Changeset 418 in code for trunk/go.mod


Ignore:
Timestamp:
Sep 7, 2020, 7:28:24 PM (5 years ago)
Author:
contact
Message:

Add support for the PROXY protocol

IPs whitelisted in accept-proxy-ip can now use the PROXY protocol to
indicate the original source/destination addresses.

Closes: https://todo.sr.ht/~emersion/soju/81

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/go.mod

    r410 r418  
    88        github.com/klauspost/compress v1.10.11 // indirect
    99        github.com/mattn/go-sqlite3 v1.14.1
     10        github.com/pires/go-proxyproto v0.1.3
    1011        golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
    1112        golang.org/x/sys v0.0.0-20200824131525-c12d262b63d8 // indirect
Note: See TracChangeset for help on using the changeset viewer.