forked from poz/niksos
disallow 8448 in firewall
This commit is contained in:
parent
080db86d1e
commit
23c986674f
1 changed files with 2 additions and 2 deletions
|
@ -50,6 +50,6 @@
|
|||
'';
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ 80 443 8448 ];
|
||||
networking.firewall.allowedUDPPorts = [ 80 443 8448 ];
|
||||
networking.firewall.allowedTCPPorts = [ 80 443 ];
|
||||
networking.firewall.allowedUDPPorts = [ 80 443 ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue