Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- openvpn --config
- https://bobcares.com/blog/install-openvpn-client-debian/
- https://www.slickvpn.com/introducing-slickvpn-core/ WORKS
- https://www.slickvpn.com/locations/ PROBLEM
- /etc/openvpn/update-resolv-conf
- #openvpn --config gw1.ams4.slickvpn.com.ovpn;
- service openvpn restart
- ---------
- Open your client.ovpn file in a text editor:
- nano client.ovpn
- At the very bottom simply add these lines:
- script-security 2
- up /etc/openvpn/update-resolv-conf
- down /etc/openvpn/update-resolv-conf
- The first line enables the use of external scripts to handle the DNS implementation tasks. The up and down lines are there to implement DNS servers pushed by the VPN server when the connection goes up, and afterwards to undo it, when the connection goes down.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement