open some ports for shodan
This commit is contained in:
parent
bd3378ad47
commit
5e1a87b420
1 changed files with 2 additions and 2 deletions
|
@ -62,8 +62,8 @@
|
||||||
firewall.enable = true;
|
firewall.enable = true;
|
||||||
firewall.interfaces."wg0".allowedTCPPorts = [8080];
|
firewall.interfaces."wg0".allowedTCPPorts = [8080];
|
||||||
firewall.interfaces."wg0".allowedUDPPorts = [8080];
|
firewall.interfaces."wg0".allowedUDPPorts = [8080];
|
||||||
firewall.allowedTCPPorts = [22 8080 9090 9777];
|
firewall.allowedTCPPorts = [22 8080 9090 9777 46899 46898];
|
||||||
firewall.allowedUDPPorts = [22 8080 9090 9777];
|
firewall.allowedUDPPorts = [22 8080 9090 9777 46899 46898];
|
||||||
|
|
||||||
hostName = "shodan";
|
hostName = "shodan";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue