Skip to content

Listen

The [listen] section controls where the proxy accepts client connections. Static — changing it requires a process restart.

  • addrs: list of socket addresses (IPv4 and/or IPv6), for example 0.0.0.0:7000 and [::]:7000 for dual-stack.
  • tcp_backlog: listen queue depth (default 4096).
listen:
addrs:
- "0.0.0.0:7000"
- "[::]:7000"
# tcp_backlog: 4096

See Configuration overview for the full config layout.