1
0
Fork 0

add ps ports

This commit is contained in:
Leon Vita 2023-06-13 17:05:04 +01:00
parent 50740ac162
commit f4e3211b2d
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@
};
networking.nameservers = ["172.20.73.8" "9.9.9.9"];
networking.firewall = {
allowedTCPPorts = [ 5000 22 53 80 443 8080 12000 ];
allowedTCPPorts = [ 5000 22 53 80 443 8080 12000 465 993 3478 3479 3480 5223 ];
allowedUDPPorts = [ 53 80 8080 18900 19900 ];
};
#_______________________________Begin-VPN1-Server____________________________________