define jool system

This commit is contained in:
lilly 2025-03-15 18:41:27 +01:00
commit a876ea0694
Signed by: lilly
SSH key fingerprint: SHA256:y9T5GFw2A20WVklhetIxG1+kcg/Ce0shnQmbu1LQ37g
3 changed files with 32 additions and 1 deletions

View file

@ -42,7 +42,10 @@ in
};
"10-ethPubUsr" = {
matchConfig.Name = "ethPubUsr";
address = [ "10.0.0.1/24" ];
address = [
"10.0.0.1/24"
"94.45.248.1/24"
];
};
};
};
@ -53,6 +56,7 @@ in
internalIPs = [
"10.20.25.0/24"
"10.0.0.0/24"
"94.45.248.0/24"
];
};