open port 8091 for kodi
This commit is contained in:
parent
5e1a87b420
commit
0cc635afa0
1 changed files with 2 additions and 2 deletions
|
@ -62,8 +62,8 @@
|
|||
firewall.enable = true;
|
||||
firewall.interfaces."wg0".allowedTCPPorts = [8080];
|
||||
firewall.interfaces."wg0".allowedUDPPorts = [8080];
|
||||
firewall.allowedTCPPorts = [22 8080 9090 9777 46899 46898];
|
||||
firewall.allowedUDPPorts = [22 8080 9090 9777 46899 46898];
|
||||
firewall.allowedTCPPorts = [22 8080 8091 9090 9777 46899 46898];
|
||||
firewall.allowedUDPPorts = [22 8080 8091 9090 9777 46899 46898];
|
||||
|
||||
hostName = "shodan";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue