From 4aa5443e9a7a63b4985faec55053120464de0d96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Wed, 5 Apr 2023 08:32:26 +0300 Subject: [PATCH] add headscale udp port 3478 --- configuration.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/configuration.nix b/configuration.nix index 5b7c0bc..c10553a 100644 --- a/configuration.nix +++ b/configuration.nix @@ -602,14 +602,15 @@ in { 53 80 443 - 3478 - 5349 - 5350 # coturn + 3478 # headscale + 5349 # turn + 5350 # turn ]; allowedUDPPorts = [ 53 443 - 41641 + 3478 # headscale + 41641 # tailscale ]; allowedUDPPortRanges = coturn; logRefusedConnections = false;