Changed wireguard proxy client configurations and added user and system configuration elements.

This commit is contained in:
2022-03-26 11:32:48 +00:00
parent 79f086ad23
commit babbc67a66
4 changed files with 9 additions and 3 deletions

View File

@@ -43,7 +43,7 @@
{"HTTP": ""},
{"EXEC": "/ready.sh"}
],
"ENV_FILES": [ "/etc/user/config/wireguard-proxy.json" ],
"ENV_FILES": [ "/etc/user/config/user.json", "/etc/system/config/proxy.json" ],
"EXTRA": "--privileged",
"DEPEND": "null",
"START_ON_BOOT": "false",