add port 22 and 24 as well
This commit is contained in:
parent
ee6fb8d40a
commit
41168bf836
1 changed files with 2 additions and 2 deletions
|
@ -61,8 +61,8 @@
|
|||
|
||||
firewall.enable = true;
|
||||
|
||||
firewall.allowedTCPPorts = [22 8080 9090 9777];
|
||||
firewall.allowedUDPPorts = [8080 9090 9777];
|
||||
firewall.allowedTCPPorts = [22 24 8080 9090 9777];
|
||||
firewall.allowedUDPPorts = [22 24 8080 9090 9777];
|
||||
|
||||
hostName = "shodan";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue