Open port 8080 for developing my website
This commit is contained in:
parent
c16463dd65
commit
aea956202e
@ -117,6 +117,10 @@
|
||||
};
|
||||
|
||||
firewall = {
|
||||
allowedTCPPorts = [
|
||||
8080
|
||||
];
|
||||
|
||||
allowedTCPPortRanges = [
|
||||
# GSConnect
|
||||
#{ from = 1714; to = 1764; }
|
||||
|
Loading…
Reference in New Issue
Block a user