services.jitsi-videobridge.nat.harvesterAddresses

NixOS option

Addresses of public STUN services to use to automatically find the public and local addresses of this Jitsi-Videobridge instance without the need for manual configuration. This option is ignored if services.jitsi-videobridge.nat.localAddress and services.jitsi-videobridge.nat.publicAddress are set.

type: list of string
Default
[
  "stunserver.stunprotocol.org:3478"
  "stun.framasoft.org:3478"
  "meet-jit-si-turnrelay.jitsi.net:443"
]
Example
[ ]
declared in: nixos/modules/services/networking/jitsi-videobridge.nixView source on NixOS/nixpkgs →