diff --git a/Home.md b/Home.md index 3ac4751..66fa76c 100644 --- a/Home.md +++ b/Home.md @@ -19,66 +19,4 @@ Here is the list of people who contributed to this documentation so far: - [evilvibes](https://github.com/evilvibes) - [Fahad Usman](http://fahadusman.com/computer-network-security/recon/dns-tips-and-tricks/encrypting-dns-traffic/)(@fahadshery) -
Kali
, here is how you could Encrypt your DNS traffic...
-uname -a
to see if you are running a 32 or 64 bit OS. I will be downloading 64 bit in step 4.wget https://github.com/jedisct1/dnscrypt-proxy/releases/download/2.0.1/dnscrypt-proxy-linux_x86_64-2.0.1.tar.gz
tar xzvf dnscrypt-proxy-linux_x86_64-2.0.1.tar.gz
cd linux-x86_64
.toml
file: cp example-dnscrypt-proxy.toml dnscrypt-proxy.toml
chown 2000:2000 dnscrypt-proxy.toml
nano dnscrypt-proxy.toml
dnscrypt-proxy.toml
file
- # server_names = ['scaleway-fr', 'google', 'yandex']
#
. server_names = ['google','cisco-ipv6']
available at: https://github.com/jedisct1/dnscrypt-proxy/wiki/DNS-server-sources#opennic-servers
To use that list, add this to the `[sources]` section of your -`dnscrypt-proxy.toml` configuration file: - [sources.'public-resolvers'] - url = 'http://download.dnscrypt.info/resolvers-list/v2/public-resolvers.md' - minisign_key = 'RWQf6LRCGA9i53mlYecO4IzT51TGPpvWucNSCh1CBM0QTaLn73Y7GFO3' - cache_file = 'public-resolvers.md'-
public-resolvers file
server_names = ['opennic-famicoman', 'opennic-tumabox', 'opennic-luggs']
dnscrypt-proxy
./dnscrypt-proxy -service install
nano /etc/resolv.conf
nameserver 127.0.0.1
and save the file./dnscrypt-proxy -service start