services.yggdrasil-jumper.extraConfig

NixOS option

Configuration for Yggdrasil Jumper in plaintext.

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