MyNixOS website logo
option

services.pgbouncer.listenAddress

Specifies a list (comma-separated) of addresses where to listen for TCP connections. You may also use * meaning “listen on all addresses”. When not set, only Unix socket connections are accepted.

Addresses can be specified numerically (IPv4/IPv6) or by name.

Declarations
Type
null or strings concatenated with ","
Default
null
Example
"*"