From 063d547a0b947d19ecaa67ae645675a5c072f3d4 Mon Sep 17 00:00:00 2001 From: josiah Date: Fri, 10 Feb 2023 23:46:35 +0000 Subject: [PATCH] fixed paths --- trail/trail.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/trail/trail.py b/trail/trail.py index 8b51228..16e1766 100644 --- a/trail/trail.py +++ b/trail/trail.py @@ -11,11 +11,11 @@ class Trail: def __init__(self): logger.info("( ) initializing trail") - self.config_path = "/trail/openvpn/config" - self.auth_path = "/trail/openvpn/auth" + self.config_path = "/bough/openvpn/config" + self.auth_path = "/bough/openvpn/auth" self.reflector_url = "https://api.ipify.org?format=json" self.overhill_address = self.collect_overhill_address() - # self.connect_openvpn() + self.connect_openvpn() # self.force_cloudflare_dns() self.start_proxy() # self.confirm_connection()