try
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
};
|
||||
|
||||
networking.firewall = {
|
||||
allowedTCPPorts = [ 33080 ];
|
||||
allowedUDPPorts = [ 3478 ];
|
||||
allowedUDPPortRanges = [{ from = 49152; to = 54152; }];
|
||||
};
|
||||
@@ -214,7 +215,13 @@
|
||||
localAddress = "192.168.100.23";
|
||||
|
||||
forwardPorts = [
|
||||
|
||||
|
||||
{
|
||||
hostPort = 33080;
|
||||
containerPort = 33080;
|
||||
protocol = "tcp";
|
||||
}
|
||||
|
||||
{
|
||||
hostPort = 3478;
|
||||
containerPort = 3478;
|
||||
@@ -361,7 +368,7 @@
|
||||
};
|
||||
|
||||
networking.firewall = {
|
||||
allowedTCPPorts = [ 80 8080 33080 ];
|
||||
allowedTCPPorts = [ 80 8080 33080 443 ];
|
||||
allowedUDPPorts = [ 3478 ];
|
||||
allowedUDPPortRanges = [{ from = 49152; to = 54152; }];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user