services.yggdrasil-jumper.extraConfig
NixOS option
Configuration for Yggdrasil Jumper in plaintext.
type: strings concatenated with "\n"Default
""
Example
declared in: nixos/modules/services/networking/yggdrasil-jumper.nixView source on NixOS/nixpkgs →''
listen_port = 9999;
whitelist = [
"<IPv6 address of a remote node>"
];
''