add headscale udp port 3478

This commit is contained in:
Motiejus Jakštys 2023-04-05 08:32:26 +03:00
parent 80f2bfe899
commit 4aa5443e9a
1 changed files with 5 additions and 4 deletions

View File

@ -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;