set prefix size explicitly

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

View file

@ -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";
}; };
}; };
}; };

View file

@ -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";
}; };
}; };
}; };