add postgres database creation script
[0tDNS.git] / README.md
bloba932e712ab8dc3bac22957f6a50dadd8565daa56
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):
13     # ./install.sh
15 Now, execute:
17     # ./vpn_wrapper.sh conf.ovpn ping devuan.org
19 Enjoy!
21 If you don't want to be playing with 0tdns anymore - run:
23     # ./uninstall.sh
25 All the heavy stuff is yet to be added ;)