在Ubuntu上是否有加密解密的好指南?
发布于 2014-07-01 12:42:05
您可以使用ppa:shnatsel/dnscrypt PPA安装氪星。
sudo add-apt-repository ppa:shnatsel/dnscrypt
sudo apt-get update
sudo apt-get install dnscrypt-proxy发布于 2015-01-04 18:53:38
下面是我如何让它与OpenDNS一起工作的方法
我让它和DNSCrypt.org客户端一起工作
在官方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: 265https://askubuntu.com/questions/490325
复制相似问题