Resend my activation email : Register : Log in 
BCF: Bike Chat Forums


DNSCrypt Proxy

Reply to topic
Bike Chat Forums Index -> The Geek Zone
View previous topic : View next topic  
Author Message

ScaredyCat
World Chat Champion



Joined: 19 May 2012
Karma :

PostPosted: 18:16 - 04 Nov 2015    Post subject: DNSCrypt Proxy Reply with quote

Just a quick one, if you fancy using your raspberry pi (you can use almost any machine to do this just check out https://dnscrypt.org for all the clients) to encrypt your DNS lookups. This prevents people from spoofing dns and encrypts the actual dns packet content.


Create a work directory and move to it


Code:
mkdir dnsc && cd dnsc


Get libsodium

Code:
wget http://download.libsodium.org/libsodium/releases/libsodium-1.0.6.tar.gz


extract it

Code:
tar -zxvf libsodium-1.0.6.tar.gz


build and install it

Code:
cd libsodium-1.0.6
./configure
make
make install


make sure you run

Code:
ldconfig


to refresh the library cache.

move back to your work dir

Code:
cd ..


Now, get dnscrypt proxy

Code:
wget http://download.dnscrypt.org/dnscrypt-proxy/dnscrypt-proxy-1.6.0.tar.gz


extract it

Code:
tar -zxvf dnscrypt-proxy/dnscrypt-proxy-1.6.0.tar.gz


build and install it


Code:
cd dnscrypt-proxy-1.6.0
./configure
make
make install



Then run it using

Code:
dnscrypt-proxy --local-address=<IP>:53 -R cisco -d


Where IP is your local IP, and -R cisco means use opendns

see /usr/local/share/dnscrypt-proxy/dnscrypt-resolvers.csv for a list you can use. You can update the list from https://github.com/jedisct1/dnscrypt-proxy/blob/master/dnscrypt-resolvers.csv

Depending on how the rest of your network is configured, you can simply point your main router at your pi to proxy and fetch encrypted dns.
____________________
Honda CBF125 ➝ NC700X
Honda CBF125 ↳ Speed Triple
 Back to top
View user's profile Send private message You must be logged in to rate posts
Accuhaler This post is not being displayed because it has a low rating (Abusive). Unhide this post / all posts.
Old Thread Alert!

The last post was made 10 years, 118 days ago. Instead of replying here, would creating a new thread be more useful?
  Display posts from previous:   
This page may contain affiliate links, which means we may earn a small commission if a visitor clicks through and makes a purchase. By clicking on an affiliate link, you accept that third-party cookies will be set.

Post new topic   Reply to topic    Bike Chat Forums Index -> The Geek Zone All times are GMT
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum

Read the Terms of Use! - Powered by phpBB © phpBB Group
 

Debug Mode: ON - Server: birks (www) - Page Generation Time: 0.05 Sec - Server Load: 2.15 - MySQL Queries: 13 - Page Size: 35.03 Kb