mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 08:46:58 +08:00
Added support for proxy protocol (v2)
This commit is contained in:
@@ -159,6 +159,12 @@ max-same-clients = 2
|
||||
# reconnects.
|
||||
#listen-host-is-dyndns = true
|
||||
|
||||
# When the server receives connections from a proxy, like haproxy
|
||||
# which supports the proxy protocol, set this to obtain the correct
|
||||
# client addresses. The proxy protocol (v2) would then be expected in
|
||||
# the TCP or UNIX socket (not the UDP one).
|
||||
#listen-proxy-proto = true
|
||||
|
||||
# Limit the number of client connections to one every X milliseconds
|
||||
# (X is the provided value). Set to zero for no limit.
|
||||
#rate-limit-ms = 100
|
||||
|
||||
Reference in New Issue
Block a user