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