services.coturn.listening-ips

NixOS option

Listener IP addresses of relay server. If no IP(s) specified in the config file or in the command line options, then all IPv4 and IPv6 system IPs will be used for listening.

type: list of string
Default
[ ]
Example
[
  "203.0.113.42"
  "2001:DB8::42"
]
declared in: nixos/modules/services/networking/coturn.nixView source on NixOS/nixpkgs →