Vpn : Possible fix.
This commit is contained in:
parent
983d55e51b
commit
ef86f6e2ac
|
@ -82,7 +82,7 @@ in {
|
||||||
matchConfig.Name = "wg0";
|
matchConfig.Name = "wg0";
|
||||||
address = ["10.1.1.0/24"];
|
address = ["10.1.1.0/24"];
|
||||||
networkConfig = {
|
networkConfig = {
|
||||||
IPv4Forwarding = true;
|
IPv4Forwarding = "yes";
|
||||||
IPMasquerade = "ipv4";
|
IPMasquerade = "ipv4";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue