enable port 8000 on mlg for testing of web services
This commit is contained in:
parent
22ce9198e8
commit
b1ab4677ab
|
@ -81,7 +81,7 @@
|
|||
hostName = "mlg";
|
||||
firewall = {
|
||||
enable = true;
|
||||
allowedTCPPorts = [ 6000 ];
|
||||
allowedTCPPorts = [ 6000 8000 ];
|
||||
allowedTCPPortRanges = [
|
||||
{ from = 1714; to = 1764; } # KDE Connect
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue