Future proof for ipv6 on Wireguard
This commit is contained in:
parent
981c065928
commit
08827b5d5d
1 changed files with 2 additions and 1 deletions
|
@ -30,8 +30,9 @@
|
|||
matchConfig.Name = "wg0";
|
||||
address = [ "11.0.0.1/8" ];
|
||||
networkConfig = {
|
||||
IPMasquerade = "ipv4";
|
||||
IPMasquerade = "both";
|
||||
IPv4Forwarding = true;
|
||||
IPv6Forwarding = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue