add headscale udp port 3478
This commit is contained in:
parent
80f2bfe899
commit
4aa5443e9a
@ -602,14 +602,15 @@ in {
|
|||||||
53
|
53
|
||||||
80
|
80
|
||||||
443
|
443
|
||||||
3478
|
3478 # headscale
|
||||||
5349
|
5349 # turn
|
||||||
5350 # coturn
|
5350 # turn
|
||||||
];
|
];
|
||||||
allowedUDPPorts = [
|
allowedUDPPorts = [
|
||||||
53
|
53
|
||||||
443
|
443
|
||||||
41641
|
3478 # headscale
|
||||||
|
41641 # tailscale
|
||||||
];
|
];
|
||||||
allowedUDPPortRanges = coturn;
|
allowedUDPPortRanges = coturn;
|
||||||
logRefusedConnections = false;
|
logRefusedConnections = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user