open the other ports too
This commit is contained in:
parent
636d3d7785
commit
ee6fb8d40a
1 changed files with 2 additions and 2 deletions
|
@ -61,8 +61,8 @@
|
|||
|
||||
firewall.enable = true;
|
||||
|
||||
firewall.allowedTCPPorts = [22 8080];
|
||||
firewall.allowedUDPPorts = [8080];
|
||||
firewall.allowedTCPPorts = [22 8080 9090 9777];
|
||||
firewall.allowedUDPPorts = [8080 9090 9777];
|
||||
|
||||
hostName = "shodan";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue