remove 67port

This commit is contained in:
Leon Vita 2022-09-29 15:35:59 +01:00
parent 6ab42a969b
commit 72801b27cd
1 changed files with 1 additions and 1 deletions

View File

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