Temporarily open port on firewall.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
networking.firewall = {
|
||||
enable = true;
|
||||
allowPing = true;
|
||||
allowedTCPPorts = [ 53 80 443 ];
|
||||
allowedTCPPorts = [ 53 80 443 2283 ];
|
||||
allowedUDPPorts = [ 53 443 ];
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user