fix(org): Add ip forwarding on vpn
This commit is contained in:
parent
113a78a7a0
commit
660ca4a71a
1 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,9 @@
|
|||
address = [
|
||||
"10.10.10.1/24"
|
||||
];
|
||||
networkConfig = {
|
||||
IPv4Forwarding = true;
|
||||
};
|
||||
routes = [
|
||||
{
|
||||
Destination = "10.10.10.0/24";
|
||||
|
|
Loading…
Reference in a new issue