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