try doing it on wg0
This commit is contained in:
parent
41168bf836
commit
f1a669d409
1 changed files with 4 additions and 3 deletions
|
@ -60,9 +60,10 @@
|
|||
networkmanager.enable = true;
|
||||
|
||||
firewall.enable = true;
|
||||
|
||||
firewall.allowedTCPPorts = [22 24 8080 9090 9777];
|
||||
firewall.allowedUDPPorts = [22 24 8080 9090 9777];
|
||||
firewall.interfaces."wg0".allowedTCPPorts = [8080];
|
||||
firewall.interfaces."wg0".allowedUDPPorts = [8080];
|
||||
firewall.allowedTCPPorts = [22 8080 9090 9777];
|
||||
firewall.allowedUDPPorts = [22 8080 9090 9777];
|
||||
|
||||
hostName = "shodan";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue