setup routes to hatecomputers
This commit is contained in:
parent
3823f5d13b
commit
eb01bd2c61
@ -2,7 +2,7 @@
|
|||||||
"groups": {
|
"groups": {
|
||||||
"group:admin": ["elizabeth.hunt"],
|
"group:admin": ["elizabeth.hunt"],
|
||||||
"group:roomates": ["riley"],
|
"group:roomates": ["riley"],
|
||||||
"group:friends": ["riley", "rain"],
|
"group:friends": ["riley"],
|
||||||
"group:sys": ["sys"]
|
"group:sys": ["sys"]
|
||||||
},
|
},
|
||||||
"tagOwners": {
|
"tagOwners": {
|
||||||
@ -23,13 +23,13 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "accept",
|
"action": "accept",
|
||||||
"src": ["group:sys"],
|
"src": ["group:sys", "10.128.0.0/9:*"],
|
||||||
"dst": ["group:sys:*"]
|
"dst": ["group:sys:*", "10.128.0.0/9:*"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "accept",
|
"action": "accept",
|
||||||
"src": ["group:admin"],
|
"src": ["group:admin", "10.128.0.0/9:*"],
|
||||||
"dst": ["10.0.0.0/24:*"]
|
"dst": ["10.0.0.0/24:*", "10.128.0.0/9:*"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "accept",
|
"action": "accept",
|
||||||
|
Loading…
Reference in New Issue
Block a user