在 Ubuntu 上使用 Dnscrypt 加密解密

在 Ubuntu 上使用 Dnscrypt 加密解密

有没有关于在 Ubuntu 上使用 Dnscrypt 加密解密的良好指南?

答案1

你可以使用以下方式安装 Dnscryptppa:shnatsel/dnscrypt电力供应协议

sudo add-apt-repository ppa:shnatsel/dnscrypt

sudo apt-get update

sudo apt-get install dnscrypt-proxy

答案2

以下是我如何让它与 OpenDNS 协同工作

我让它与 DNSCrypt.org 客户端一起工作

  • libsodium4_0.4.5-0~trusty5_amd64.deb
  • dnscrypt-proxy-1.4.2.tar.gz
  • 使用 gdebi-gtk 安装它们

尚未在官方 ppa 中为 Ubuntu 14.04 下载它们,必须从以下位置下载:

设置DNS地址127.0.0.2网络工具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

相关内容