set prefix size explicitly
This commit is contained in:
parent
3bfc835ebb
commit
7f7e652667
2 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@
|
||||||
networks."oxalab" = {
|
networks."oxalab" = {
|
||||||
matchConfig.Name = "oxalab";
|
matchConfig.Name = "oxalab";
|
||||||
networkConfig = {
|
networkConfig = {
|
||||||
Address = "10.66.66.1";
|
Address = "10.66.66.1/24";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
networks."oxalab" = {
|
networks."oxalab" = {
|
||||||
matchConfig.Name = "oxalab";
|
matchConfig.Name = "oxalab";
|
||||||
networkConfig = {
|
networkConfig = {
|
||||||
Address = "10.66.66.100";
|
Address = "10.66.66.100/32";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue