Listen
The [listen] section controls where the proxy accepts client connections. Static — changing it requires a process restart.
Fields
Section titled “Fields”addrs: list of socket addresses (IPv4 and/or IPv6), for example0.0.0.0:7000and[::]:7000for dual-stack.tcp_backlog: listen queue depth (default4096).
Example
Section titled “Example”listen: addrs: - "0.0.0.0:7000" - "[::]:7000" # tcp_backlog: 4096[listen]addrs = ["0.0.0.0:7000", "[::]:7000"]# tcp_backlog = 4096See Configuration overview for the full config layout.