fix routing

This commit is contained in:
Grigory Shipunov 2022-06-18 17:24:09 +02:00
parent 7d3fecd8e8
commit b84bd0c69f
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C
2 changed files with 2 additions and 1 deletions

View file

@ -39,6 +39,7 @@
matchConfig.Name = "oxalab";
networkConfig = {
Address = "10.66.66.1/24";
IPForward = "ipv4";
};
};
};

View file

@ -26,7 +26,7 @@
networks."oxalab" = {
matchConfig.Name = "oxalab";
networkConfig = {
Address = "10.66.66.100/32";
Address = "10.66.66.100/24";
};
};
};