From 6b2fb5c0d7f3a4e49e88bebb2a5bc206a4859a71 Mon Sep 17 00:00:00 2001 From: Gyorgy Berenyi Date: Wed, 7 Jun 2023 20:06:41 +0000 Subject: [PATCH] Update 'vpn-proxy.json' Changed config file directory name and place in filesystem --- vpn-proxy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vpn-proxy.json b/vpn-proxy.json index be26829..8b3e189 100644 --- a/vpn-proxy.json +++ b/vpn-proxy.json @@ -12,7 +12,7 @@ "SELECTOR": "proxyvpnclient", "VOLUMES": [ { - "SOURCE": "/etc/user/secret/wireguard-client/wg0.conf", + "SOURCE": "/etc/user/secret/vpn-proxy/wg0.conf", "DEST": "/etc/wireguard/wg0.conf", "TYPE": "ro" }