open 8080 on shodan for kodi
This commit is contained in:
parent
bb616b83f2
commit
636d3d7785
1 changed files with 2 additions and 1 deletions
|
@ -61,7 +61,8 @@
|
|||
|
||||
firewall.enable = true;
|
||||
|
||||
firewall.allowedTCPPorts = [22];
|
||||
firewall.allowedTCPPorts = [22 8080];
|
||||
firewall.allowedUDPPorts = [8080];
|
||||
|
||||
hostName = "shodan";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue