fix routing
This commit is contained in:
parent
7d3fecd8e8
commit
b84bd0c69f
2 changed files with 2 additions and 1 deletions
|
@ -39,6 +39,7 @@
|
||||||
matchConfig.Name = "oxalab";
|
matchConfig.Name = "oxalab";
|
||||||
networkConfig = {
|
networkConfig = {
|
||||||
Address = "10.66.66.1/24";
|
Address = "10.66.66.1/24";
|
||||||
|
IPForward = "ipv4";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
networks."oxalab" = {
|
networks."oxalab" = {
|
||||||
matchConfig.Name = "oxalab";
|
matchConfig.Name = "oxalab";
|
||||||
networkConfig = {
|
networkConfig = {
|
||||||
Address = "10.66.66.100/32";
|
Address = "10.66.66.100/24";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue