open 8080 on shodan for kodi

This commit is contained in:
Lillian Violet 2025-06-14 15:50:24 +02:00
parent bb616b83f2
commit 636d3d7785

View file

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