add port 22 and 24 as well

This commit is contained in:
Lillian Violet 2025-06-14 16:11:10 +02:00
parent ee6fb8d40a
commit 41168bf836

View file

@ -61,8 +61,8 @@
firewall.enable = true; firewall.enable = true;
firewall.allowedTCPPorts = [22 8080 9090 9777]; firewall.allowedTCPPorts = [22 24 8080 9090 9777];
firewall.allowedUDPPorts = [8080 9090 9777]; firewall.allowedUDPPorts = [22 24 8080 9090 9777];
hostName = "shodan"; hostName = "shodan";
}; };