aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWojciech Kosior <kwojtus@protonmail.com>2020-05-22 03:53:06 +0200
committerWojciech Kosior <kwojtus@protonmail.com>2020-05-22 03:53:06 +0200
commitda06969d6d1b7628940ae6ed956f8a1a15ee5b22 (patch)
tree5354d4fcf70f4e6f2bdfe4300a2625d60e412eda
parent7f926471b86ac3f8796bc32c83f87fb145466056 (diff)
download0tdns-da06969d6d1b7628940ae6ed956f8a1a15ee5b22.tar.gz
0tdns-da06969d6d1b7628940ae6ed956f8a1a15ee5b22.zip
add example wrapper usage to README.md
-rw-r--r--README.md25
1 files changed, 24 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5250205..a932e71 100644
--- a/README.md
+++ b/README.md
@@ -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 ;)