open the other ports too

This commit is contained in:
Lillian Violet 2025-06-14 16:02:02 +02:00
parent 636d3d7785
commit ee6fb8d40a

View file

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