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...
生成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...
@@ -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版本:1.4.0(目前已经更新到了1.6+,但是新版本在EL6平台由于依赖包比较老,所以在centos6 rhel6平台可能需要更新系统依赖软件版本,但是在EL7平台就可以很好的安装和运行) 开始安装: # dnscrypt-wrapper 依赖 libsodium 和 libevent 2 开发包,centos 6系统默认使用的是 libevent 1,所以需要卸载libevent...
其中的 --provider-name= 并不必要,可以随便填写,但注意必须是以2.dnscrypt-cert. 开头。 -VV 开启详细信息模式 -d;--daemonize 后台运行模式 到此,dnscrypt-wrapper 服务端就准备完成了。记得第一步的 public.key 和 secret.key妥善保存。 配置dnscrypt-proxy 客户端: ...
SimpleDNSCrypt X64 V0.71 英文 基于proxy 2.0.42 可以自己配置,让你远离DNS污染烦恼 simplednscrypt dnscrypt-proxy2020-05-23 上传大小:8.00MB 所需:5积分/C币 基于hadoop的条件随机场模型参数估计_v0.71 基于hadoop的条件随机场模型参数估计_v0.71
@@ -168,7 +168,7 @@ golang.org/x/net/proxy # golang.org/x/sync v0.8.0 ## explicit; go 1.18 golang.org/x/sync/errgroup # golang.org/x/sys v0.25.0 # golang.org/x/sys v0.26.0 ## explicit; go 1.18 golang.org/x/sys/cpu golang.org/x/sys/unix @@ -177,7 +177,7 ...
Wireguard-Pi-Hole-DNSCrypt-Proxy-VPN-Server Sets up your very own VPN server with my configs Requirements Debian 11.x Options Can change some of the variables in the beginning (keep all but devs if you're unsure): pihole_skip_os_check - set to true to skip the OS check during pi...
dnscrypt-proxy 2 - A flexible DNS proxy, with support for encrypted DNS protocols. - Merge remote-tracking branch 'upstream/master' · PHG-97/dnscrypt-proxy@1287dc4
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 ...