diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-31 16:12:27 -0400 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-31 16:12:27 -0400 |
commit | eb01bd2c61dd1d85620654ccb8f331a70bc9ac83 (patch) | |
tree | f9b8a1fc381efae8d67b847f3fdb9d2f13d9a288 | |
parent | 3823f5d13b852adcc717d588e3b9630e2f763272 (diff) | |
download | oldinfra-eb01bd2c61dd1d85620654ccb8f331a70bc9ac83.tar.gz oldinfra-eb01bd2c61dd1d85620654ccb8f331a70bc9ac83.zip |
setup routes to hatecomputers
-rw-r--r-- | roles/vpn/files/config/acl.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/roles/vpn/files/config/acl.json b/roles/vpn/files/config/acl.json index aeafd04..0edf909 100644 --- a/roles/vpn/files/config/acl.json +++ b/roles/vpn/files/config/acl.json @@ -2,7 +2,7 @@ "groups": { "group:admin": ["elizabeth.hunt"], "group:roomates": ["riley"], - "group:friends": ["riley", "rain"], + "group:friends": ["riley"], "group:sys": ["sys"] }, "tagOwners": { @@ -23,13 +23,13 @@ }, { "action": "accept", - "src": ["group:sys"], - "dst": ["group:sys:*"] + "src": ["group:sys", "10.128.0.0/9:*"], + "dst": ["group:sys:*", "10.128.0.0/9:*"] }, { "action": "accept", - "src": ["group:admin"], - "dst": ["10.0.0.0/24:*"] + "src": ["group:admin", "10.128.0.0/9:*"], + "dst": ["10.0.0.0/24:*", "10.128.0.0/9:*"] }, { "action": "accept", |