aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: a932e712ab8dc3bac22957f6a50dadd8565daa56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 0TDNS - Zero Trust DNS
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 ;)