open some ports for shodan

This commit is contained in:
Lillian Violet 2025-09-06 12:40:30 +02:00
parent bd3378ad47
commit 5e1a87b420

View file

@ -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";
}; };