From 2d303d0829217a3172dcd9b4f81fe3f58bc45bd9 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Tue, 15 Oct 2024 00:33:58 -0400 Subject: [PATCH] fix rain's stuff --- roles/vpn/files/config/acl.json | 5 +++++ roles/webservers/files/levi/https.rainrain.xyz.servconf | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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:*"] } ] } diff --git a/roles/webservers/files/levi/https.rainrain.xyz.servconf b/roles/webservers/files/levi/https.rainrain.xyz.servconf index 5485af1..87e5aac 100644 --- a/roles/webservers/files/levi/https.rainrain.xyz.servconf +++ b/roles/webservers/files/levi/https.rainrain.xyz.servconf @@ -1,6 +1,6 @@ stream { map $ssl_preread_server_name $name { - *.rainrain.xyz rainrainxyz; + .rainrain.xyz rainrainxyz; default proxy; }