diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-04-27 23:41:11 -0400 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-04-27 23:41:11 -0400 |
commit | 9ac6be27c5a2e32fe3770590283cfc6b1b7dfe8b (patch) | |
tree | 524479f5d809b1b8fd29f75d7a732be8567bc2a1 /roles/vpn | |
parent | f9d62cc8a792b7b1a2c52a7d8102895473b3c72a (diff) | |
download | oldinfra-9ac6be27c5a2e32fe3770590283cfc6b1b7dfe8b.tar.gz oldinfra-9ac6be27c5a2e32fe3770590283cfc6b1b7dfe8b.zip |
borg
Diffstat (limited to 'roles/vpn')
-rw-r--r-- | roles/vpn/files/config/acl.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/roles/vpn/files/config/acl.json b/roles/vpn/files/config/acl.json index b8cf1a5..4b91b39 100644 --- a/roles/vpn/files/config/acl.json +++ b/roles/vpn/files/config/acl.json @@ -23,18 +23,18 @@ }, { "action": "accept", - "src": ["group:sys", "10.128.0.0/9:*"], + "src": ["group:sys"], "dst": ["group:sys:*", "10.128.0.0/9:*"] }, { "action": "accept", - "src": ["group:admin", "10.128.0.0/9:*"], - "dst": ["10.0.0.0/24:*", "10.128.0.0/9:*"] + "src": ["group:admin"], + "dst": ["group:admin:*", "10.128.0.0/9:*"] }, { "action": "accept", "src": ["group:roomates"], - "dst": ["10.0.0.0/24:*"] + "dst": ["10.137.128.0/17:*"] }, { "action": "accept", |