diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-10-15 00:33:58 -0400 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-10-15 00:33:58 -0400 |
commit | 2d303d0829217a3172dcd9b4f81fe3f58bc45bd9 (patch) | |
tree | d3feb77260fd7bea43c0d2e052e4de45605f919d /roles/vpn | |
parent | 27213e690c9e64bdc6084bb4daa3e1589b01f4d0 (diff) | |
download | oldinfra-2d303d0829217a3172dcd9b4f81fe3f58bc45bd9.tar.gz oldinfra-2d303d0829217a3172dcd9b4f81fe3f58bc45bd9.zip |
fix rain's stuff
Diffstat (limited to 'roles/vpn')
-rw-r--r-- | roles/vpn/files/config/acl.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/vpn/files/config/acl.json b/roles/vpn/files/config/acl.json index 9e54bd5..e92eb74 100644 --- a/roles/vpn/files/config/acl.json +++ b/roles/vpn/files/config/acl.json @@ -41,6 +41,11 @@ "action": "accept", "src": ["group:friends"], "dst": ["group:sys:*"] + }, + { + "action": "accept", + "src": ["group:rain"], + "dst": ["group:rain:*"] } ] } |