open 53 67 ports #70

Merged
astro merged 2 commits from :vps-leon into master 2022-09-29 20:55:12 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 72801b27cd - Show all commits

View File

@ -48,7 +48,7 @@
networking.firewall = {
allowedTCPPorts = [ 80 443 22 53 14000 14500 15000 ];
allowedUDPPorts = [ 18900 53 67 ];
allowedUDPPorts = [ 18900 53 ];
};
#------------------DOCKER----------------------------