Skip to content

Commit

Permalink
removed osIsDebianBased = False
Browse files Browse the repository at this point in the history
  • Loading branch information
jotyGill committed Apr 19, 2017
1 parent 2ad2c38 commit 078efe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openpyn.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def connect(server, port, background):
print("CONNECTING TO SERVER", server, " ON PORT", port)
killProcess() # kill existing openvpn processes
osIsDebianBased = os.path.isfile("/sbin/resolvconf")
osIsDebianBased = False
# osIsDebianBased = False
if osIsDebianBased: # Debian Based OS
# tunnel dns throught vpn by changing /etc/resolv.conf using
# "update-resolv-conf.sh" to change the dns servers to NordVPN's.
Expand Down

0 comments on commit 078efe8

Please sign in to comment.