fix(jeeves): wireguard IP forwarding
> trace: Systemd Network field `IPForward' has been removed. See IPv4Forwarding and IPv6Forwarding in systemd.network(5) and networkd.conf(5)
This commit is contained in:
parent
62196fbcd6
commit
c51bd2b583
1 changed files with 2 additions and 1 deletions
|
@ -104,7 +104,8 @@
|
|||
address = [ "10.100.0.1/24" ];
|
||||
networkConfig = {
|
||||
IPMasquerade = "ipv4";
|
||||
IPForward = true;
|
||||
IPv4Forwarding = true;
|
||||
IPv6Forwarding = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue