@@ -3,7 +3,7 @@ module github.com/dnscrypt/dnscrypt-proxy go 1.22 require ( github.com/BurntSushi/toml v1.3.2 github.com/BurntSushi/toml v1.4.0 github.com/VividCortex/ewma v1.2.0 github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf github.com/dchest/safefile v0.0.0-20...
dnscrypt-proxy 2 - A flexible DNS proxy, with support for encrypted DNS protocols. - Merge remote-tracking branch 'upstream/master' · PHG-97/dnscrypt-proxy@1287dc4
生成provider证书后,程序会输出一串 Provider public key,这个key后面在 dnscrypt-proxy 会用到。同时目录下会生成:public.key 和 secret.key 两个文件。 Provider public key:4F39:88BD:B33D:BDA1:EE91:1886:F4B0:2A29:6C71:CFDE:372E:CDD4:382C:B609:C7FE:9061 dnscrypt-wrapper --gen-provider-k...
dnscrypt-proxy版本:1.4.0(目前已经更新到了1.6+,但是新版本在EL6平台由于依赖包比较老,所以在centos6 rhel6平台可能需要更新系统依赖软件版本,但是在EL7平台就可以很好的安装和运行) 开始安装: # dnscrypt-wrapper 依赖 libsodium 和 libevent 2 开发包,centos 6系统默认使用的是 libevent 1,所以需要卸载libevent...
配置dnscrypt-proxy 客户端: 参照我开头提到的 第一篇文章进行配置。这里只讲怎么和自建的dnscrypt服务对接。 dnscrypt-proxy--local-address=0.0.0.0:3536 \--provider-key=3233:0058:E78B:77BB:7683:71BD:BB72:E226:7DBC:DBC6:0473:8753:DC13:40D3:EDF5:A3BA \--provider-name=2.dnscrypt-cert.cbd....
Version 2 of the list is for dnscrypt-proxy <= 2.0.42 users. If you are running up-to-date software, replace /v2/ with /v3/ in the sources URLs of the dnscrypt-proxy.toml file (relevant lines start with urls = ['https://...'] and are present in the [sources] section). THI...
module github.com/dnscrypt/dnscrypt-proxy go 1.22 go 1.23 require ( github.com/BurntSushi/toml v1.4.0 @@ -17,13 +17,13 @@ require ( github.com/jedisct1/xsecretbox v0.0.0-20230811132812-b950633f9f1f github.com/k-sone/critbitgo v1.4.0 github.com/kardianos/service v1.2.2 github.com...
With dnscrypt-proxy and openvpn, we have a simple system that allows for VPNs on any client as well as ad-blocking and tracker-blocking DNS. This could also be expanded to form a set of containerized services only available through the VPN tunnel. Usage Pull down the repo to a VPS ...
golang.org/x/net/proxy # golang.org/x/sys v0.19.0 # golang.org/x/sys v0.20.0 ## explicit; go 1.18 golang.org/x/sys/cpu golang.org/x/sys/unix @@ -176,7 +176,7 @@ golang.org/x/sys/windows/registry golang.org/x/sys/windows/svc golang.org/x/sys/windows/svc/eventlog ...
udp_request.c:(.text+0xdac): undefined reference toevent_get_fd' udp_request.o: In functionclient_to_proxy_cb': udp_request.c:(.text+0x10e1): undefined reference toevent_new' udp_request.o: In functionudp_listener_bind': udp_request.c:(.text+0x1787): undefined reference toevutil_ma...