1
Blask 2014-11-20 16:39:02 +08:00 1
"你抄我, 我抄你"的文章解决不了你的问题吗?
|
2
lemontv 2014-11-20 17:10:10 +08:00 1
官方文档不好使么
|
3
Showfom 2014-11-20 17:18:40 +08:00 1
|
5
thinker3 2014-11-20 21:25:41 +08:00 1
{ install dnscrypt
------------------------------------------------------------------------------- http://download.libsodium.org/libsodium/releases/libsodium-0.4.2.tar.gz ./configure && make sudo make install sudo ldconfig http://download.dnscrypt.org/dnscrypt-proxy/ http://download.dnscrypt.org/dnscrypt-proxy/dnscrypt-proxy-1.3.3.tar.gz ./configure && make sudo make install dnscrypt-proxy --daemonize --pidfile=/run/dnscrypt-proxy.pid --edns-payload-size=4096 On the IPv4 Settings tab, set Method to "Automatic (DHCP) addresses only" and set DNS servers to "127.0.0.1" sudo restart network-manager test: http://www.opendns.com/welcome/ ------------------------------------------------------------------------------- install dnscrypt } |
7
Showfom 2014-11-22 20:14:47 +08:00 1
@xarrow
apt-get install python-software-properties add-apt-repository ppa:dlundquist/sniproxy apt-get update && apt-get install sniproxy apt-get install python-software-properties add-apt-repository ppa:shnatsel/dnscrypt apt-get update && apt-get install dnsmasq && apt-get install dnscrypt-proxy 你需要先导入 ppa |
12
Showfom 2014-11-22 22:03:23 +08:00 1
|
14
xarrow OP @xarrow You are about to add the following PPA to your system:
More info: https://launchpad.net/~dlundquist/+archive/ubuntu/sniproxy Press [ENTER] to continue or ctrl-c to cancel adding it Traceback (most recent call last): File "/usr/bin/add-apt-repository", line 160, in <module> sp = SoftwareProperties(options=options) File "/usr/lib/python2.7/dist-packages/softwareproperties/SoftwareProperties.py", line 96, in __init__ self.reload_sourceslist() File "/usr/lib/python2.7/dist-packages/softwareproperties/SoftwareProperties.py", line 584, in reload_sourceslist self.distro.get_sources(self.sourceslist) File "/usr/lib/python2.7/dist-packages/aptsources/distro.py", line 87, in get_sources raise NoDistroTemplateException("Error: could not find a " aptsources.distro.NoDistroTemplateException: Error: could not find a distribution template |
15
xarrow OP @Showfom
You are about to add the following PPA to your system: More info: https://launchpad.net/~dlundquist/+archive/ubuntu/sniproxy Press [ENTER] to continue or ctrl-c to cancel adding it Traceback (most recent call last): File "/usr/bin/add-apt-repository", line 160, in <module> sp = SoftwareProperties(options=options) File "/usr/lib/python2.7/dist-packages/softwareproperties/SoftwareProperties.py", line 96, in __init__ self.reload_sourceslist() File "/usr/lib/python2.7/dist-packages/softwareproperties/SoftwareProperties.py", line 584, in reload_sourceslist self.distro.get_sources(self.sourceslist) File "/usr/lib/python2.7/dist-packages/aptsources/distro.py", line 87, in get_sources raise NoDistroTemplateException("Error: could not find a " aptsources.distro.NoDistroTemplateException: Error: could not find a distribution template |
20
holajamc 2015-10-10 15:51:09 +08:00
|