Skip to content

Commit

Permalink
fixed paths
Browse files Browse the repository at this point in the history
  • Loading branch information
josiah committed Feb 10, 2023
1 parent 68bba35 commit 063d547
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions trail/trail.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 063d547

Please sign in to comment.