The win32-2.1.6.zip doesn't start #2756
-
The dnscrypt-proxy-win32-2.1.6.zip doesn't start at all. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 13 replies
-
I guess: |
Beta Was this translation helpful? Give feedback.
-
I noticed this one, which seems safer: https://github.com/XTLS/go-win7, used by https://github.com/XTLS/Xray-core/blob/main/.github/workflows/release-win7.yml. |
Beta Was this translation helpful? Give feedback.
-
Another option to work with the latest releases of DNSCrypt on Windows 7 is to patch them via GoFixer by @stunndard. For example, I downloaded dnscrypt-proxy-win64-2.1.8.zip. unpacked it, patched $ ver
Microsoft Windows [Version 6.1.7601]
$ dnscrypt-proxy.exe --version
2.1.8
$ dnscrypt-proxy.exe
[NOTICE] dnscrypt-proxy 2.1.8
[NOTICE] Network connectivity detected
[NOTICE] Now listening to 127.0.0.1:53 [UDP]
[NOTICE] Now listening to 127.0.0.1:53 [TCP]
[NOTICE] Source [public-resolvers] loaded
[NOTICE] Captive portals handler enabled
[NOTICE] Loading the set of allowed names from [rules/rules-white.txt]
[NOTICE] Firefox workaround initialized
[NOTICE] Loading the set of blocking rules from [rules/rules-black.txt]
[NOTICE] Loading the set of cloaking rules from [rules/rules-cloaking.txt]
[NOTICE] Loading the set of forwarding rules from [rules/rules-forwarding.txt]
...
[NOTICE] Server with the lowest initial latency: ams-dnscrypt-nl (rtt: 45ms)
[NOTICE] dnscrypt-proxy is ready - live servers: 24 |
Beta Was this translation helpful? Give feedback.
-
Link them up: #2801. Hey guys, Win7 is 14 years old, and lacks modern crypto and network features. That's beyond the capabilities of this project. Many dependencies had moved forward: miekg/dns, quic-go and etc. We need to follow up. It's not that we intentionally don't support Win7 (outdated OSes). Win7 is a special case now. Right? For me, I don't think I will promise supporting an outdated OS. If anyone managed a hack or workaround, awesome, but it is just a surprise. You can share your findings. But we can't provide tools or solutions that we never used. Right? |
Beta Was this translation helpful? Give feedback.
Another option to work with the latest releases of DNSCrypt on Windows 7 is to patch them via GoFixer by @stunndard. For example, I downloaded dnscrypt-proxy-win64-2.1.8.zip. unpacked it, patched
dnscrypt-proxy.exe
then ran it as usual. It works as expected.