diff options
-rw-r--r-- | README.md | 25 |
1 files changed, 24 insertions, 1 deletions
@@ -1,2 +1,25 @@ # 0TDNS - Zero Trust DNS -A way to control YOUR name resolution
\ No newline at end of file +A way to control YOUR name resolution + +First - get some openvpn config; http://vpngate.net seems like a good place to go + +ACHTUNG! Openvpn configs can be malicious and can execute arbitrary commands on +your system! Always look into the config before using it :) + +Now let's say you want to run `ping fsf.org` through openvpn connection. +Let's say `conf.ovpn` is your openvpn config file. +First, prepare your system (account creation and the like): + + # ./install.sh + +Now, execute: + + # ./vpn_wrapper.sh conf.ovpn ping devuan.org + +Enjoy! + +If you don't want to be playing with 0tdns anymore - run: + + # ./uninstall.sh + +All the heavy stuff is yet to be added ;) |