1 # 0TDNS - Zero Trust DNS
2 A way to control YOUR name resolution
4 First - get some openvpn config; http://vpngate.net seems like a good place to go
6 ACHTUNG! Openvpn configs can be malicious and can execute arbitrary commands on
7 your system! Always look into the config before using it :)
9 Now let's say you want to run `ping fsf.org` through openvpn connection.
10 Let's say `conf.ovpn` is your openvpn config file.
11 First, prepare your system (account creation and the like):
17 # ./vpn_wrapper.sh conf.ovpn ping devuan.org
21 If you don't want to be playing with 0tdns anymore - run:
25 All the heavy stuff is yet to be added ;)