firewall
This commit is contained in:
@@ -389,7 +389,7 @@
|
||||
};
|
||||
|
||||
networking.firewall = {
|
||||
allowedTCPPorts = [ 80 8080 33073 33080 ];
|
||||
allowedTCPPorts = [ 80 443 8080 33073 33080 ];
|
||||
allowedUDPPorts = [ 3478 33073 ];
|
||||
allowedUDPPortRanges = [{ from = 49152; to = 54152; }];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user