define jool system
This commit is contained in:
parent
c2b6c5ddcb
commit
a876ea0694
3 changed files with 32 additions and 1 deletions
|
@ -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"
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue