Difference between revisions of "Package:Dnscrypt"

From Funtoo
Jump to navigation Jump to search
(initial commit before i wreck it)
 
m
Line 4: Line 4:
|Homepage=http://dnscrypt.org/
|Homepage=http://dnscrypt.org/
}}
}}
{{warning|As this page deals with DNS it has the potential to break your internet access!  Ensure you have stable live media that can restore your system.}}
DNScrypt provides encryption from clients to upstream DNS servers.  Encrypting this traffic prevents spying, spoofing, and other man in the middle attacks.
DNScrypt provides encryption from clients to upstream DNS servers.  Encrypting this traffic prevents spying, spoofing, and other man in the middle attacks.


=== Installation ===
=== Installation ===
{{console|body=###i## emerge dnscrypt-proxy}}
{{console|body=###i## emerge dnscrypt-proxy}}


=== Configuration ===
=== Configuration ===
{{warning|work in progress, & untested}}
{{f|/etc/conf.d/dnscrypt-proxy}} controls settings for DNScrypt.  A [https://github.com/jedisct1/dnscrypt-proxy/blob/master/dnscrypt-resolvers.csv list of resolvers] has been compiled for use with DNScrypt.


{{f|/etc/conf.d/dnscrypt-proxy}} controls settings for DNScrypt. A [https://github.com/jedisct1/dnscrypt-proxy/blob/master/dnscrypt-resolvers.csv list of resolvers] has been compiled for use with DNScrypt.
{{file|name=/etc/resolv.conf|lang=|desc=set dns server as dnscrypt-proxy|body=
nameserver 127.0.0.1
}}


=== Service ===
=== Service ===
{{console|body=###i## rc-update add dnscrypt-proxy default
{{console|body=###i## rc-update add dnscrypt-proxy default
###i## rc}}
###i## rc}}
=== Testing ===
If you're using opendns, this welcome page will tell if your encrypted or not.
https://www.opendns.com/welcome/
{{EbuildFooter}}
{{EbuildFooter}}

Revision as of 00:28, February 21, 2015

Dnscrypt

   Tip

We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.

   Warning

As this page deals with DNS it has the potential to break your internet access! Ensure you have stable live media that can restore your system.

DNScrypt provides encryption from clients to upstream DNS servers. Encrypting this traffic prevents spying, spoofing, and other man in the middle attacks.

Installation

root # emerge dnscrypt-proxy

Configuration

/etc/conf.d/dnscrypt-proxy controls settings for DNScrypt. A list of resolvers has been compiled for use with DNScrypt.

   /etc/resolv.conf - set dns server as dnscrypt-proxy
nameserver 127.0.0.1

Service

root # rc-update add dnscrypt-proxy default
root # rc

Testing

If you're using opendns, this welcome page will tell if your encrypted or not. https://www.opendns.com/welcome/