we don't need to open any firewall ports for wireguard
This commit is contained in:
parent
ca55e59a45
commit
edc5123554
|
@ -55,7 +55,6 @@ in {
|
||||||
networking.firewall.interfaces."enu1c2".allowedUDPPortRanges = [ { from = 0; to = 65535; } ];
|
networking.firewall.interfaces."enu1c2".allowedUDPPortRanges = [ { from = 0; to = 65535; } ];
|
||||||
networking.firewall.interfaces."enu1c2".allowedTCPPortRanges = [ { from = 0; to = 65535; } ];
|
networking.firewall.interfaces."enu1c2".allowedTCPPortRanges = [ { from = 0; to = 65535; } ];
|
||||||
|
|
||||||
networking.firewall.allowedUDPPorts = [ 51821 51820 ];
|
|
||||||
networking.wireguard = {
|
networking.wireguard = {
|
||||||
enable = true;
|
enable = true;
|
||||||
interfaces.eta = {
|
interfaces.eta = {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user