Dnscrypt no Ubuntu 14.04

3

Como posso usar o Dnscrypt no Ubuntu 14.04?

Os guias na Web parecem não funcionar.

Eu nem sei como postar isso corretamente. Uau.

    
por user299459 01.07.2014 / 13:52

2 respostas

3

Você pode instalar o Dnscrypt usando o ppa: shnatsel / dnscrypt PPA

sudo add-apt-repository ppa:shnatsel/dnscrypt

sudo apt-get update

sudo apt-get install dnscrypt-proxy
    
por user308564 01.07.2014 / 14:42
1

Veja como eu trabalhei com o OpenDNS

Consegui que funcionasse com o cliente DNSCrypt.org

  • libsodium4_0.4.5-0 ~ trusty5_amd64.deb
  • dnscrypt-proxy-1.4.2.tar.gz
  • instale-os com o gdebi-gtk

Nether em ppa oficial ainda para o Ubuntu 14.04 teve que baixá-los de:

  • link
  • link

Definir o endereço de DNS 127.0.0.2 ferramentas de rede KDE

sudo start it sudo service ddclient restart 
sudo service network-manager restart
$ dig debug.opendns.com txt

; <<>> DiG 9.9.5-3-Ubuntu <<>> debug.opendns.com txt 
;; global options: +cmd 
;; Got answer: 
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 57152 
;; flags: qr rd ra; QUERY: 1, ANSWER: 7, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION: 
; EDNS: version: 0, flags:; udp: 4096 
;; QUESTION SECTION: 
;debug.opendns.com. IN TXT

;; ANSWER SECTION: 
debug.opendns.com. 0 IN TXT "server 5.ash" 
debug.opendns.com. 0 IN TXT "flags 20 0 2F6 0" 
debug.opendns.com. 0 IN TXT "originid 26933670" 
debug.opendns.com. 0 IN TXT "actype 2" 
debug.opendns.com. 0 IN TXT "bundle 6932830" 
debug.opendns.com. 0 IN TXT "source 66.168.29.120:54722" 
debug.opendns.com. 0 IN TXT "dnscrypt enabled (71447764594D3377)"

;; Query time: 58 msec 
;; SERVER: 127.0.1.1#53(127.0.1.1) 
;; WHEN: Sun Jan 04 12:46:15 CST 2015 
;; MSG SIZE rcvd: 265
    
por stevehendo34 04.01.2015 / 19:53