allow some more liberal port ranges on copernicus
This commit is contained in:
parent
b73c435f5a
commit
fc13c1cd7d
|
@ -117,6 +117,7 @@
|
|||
allowedTCPPorts = [ 6000 ];
|
||||
allowedTCPPortRanges = [
|
||||
{ from = 1714; to = 1764; } # KDE Connect
|
||||
{ from = 10000; to = 10100; } # temp stuff
|
||||
];
|
||||
allowedUDPPortRanges = [
|
||||
{ from = 1714; to = 1764; } # KDE Connect
|
||||
|
|
Loading…
Reference in New Issue