From 62beae94864f5245a25c4d63a75c4f813faf0ba9 Mon Sep 17 00:00:00 2001 From: theonlynexus Date: Thu, 21 Jul 2022 06:05:05 +0000 Subject: [PATCH] Fixed default WG config path --- src/default_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/default_config.py b/src/default_config.py index 81a219a..622d1ad 100644 --- a/src/default_config.py +++ b/src/default_config.py @@ -6,7 +6,7 @@ dash_config = { "password": "8c6976e5b5410415bde908bd4dee15dfb167a9c873fc4bb8a81f6f2ab448a918", }, "Server": { - "wg_conf_path": "/config", + "wg_conf_path": "/etc/wireguard", "auth_req": True, "dashboard_refresh_interval": 60000, "dashboard_sort": "status",