hosts/VEGAS: expose some networks via hyprspace
This commit is contained in:
parent
d2674bdb5a
commit
94e69da757
1 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,10 @@ tools: {
|
||||||
id = "QmYs4xNBby2fTs8RnzfXEk161KD4mftBfCiR8yXtgGPj4J";
|
id = "QmYs4xNBby2fTs8RnzfXEk161KD4mftBfCiR8yXtgGPj4J";
|
||||||
addr = "10.100.3.5";
|
addr = "10.100.3.5";
|
||||||
listenPort = 995;
|
listenPort = 995;
|
||||||
|
routes = [
|
||||||
|
"10.1.0.1/32"
|
||||||
|
"10.10.0.0/16"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
enterprise = {
|
enterprise = {
|
||||||
|
|
Loading…
Reference in a new issue