{ "version": "2.0.36", "description": "A flexible DNS proxy, with support for encrypted DNS protocols", "homepage": "https://dnscrypt.info", "license": "ISC", "architecture": { "64bit": { "url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.0.36/dnscrypt-proxy-win64-2.0.36.zip", "hash": "b35a77d2db22a3488e8a7ceb1ea329f8c72b4cd39e5997b83635db3395bc66da", "extract_dir": "win64" }, "32bit": { "url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.0.36/dnscrypt-proxy-win32-2.0.36.zip", "hash": "bcec8a068ad26ecf766ec23dd73e3b13ad95952203bec833c686ec5860303355", "extract_dir": "win32" } }, "pre_install": [ "'blacklist.txt', 'cloaking-rules.txt', 'dnscrypt-proxy.toml', 'forwarding-rules.txt', 'whitelist.txt' | ForEach-Object {", " if (!(Test-Path \"$persist_dir\\$_\")) { Copy-Item \"$dir\\example-$_\" \"$dir\\$_\" }", "}" ], "bin": "dnscrypt-proxy.exe", "persist": [ "blacklist.txt", "cloaking-rules.txt", "dnscrypt-proxy.toml", "forwarding-rules.txt", "localhost.pem", "whitelist.txt" ], "checkver": { "github": "https://github.com/DNSCrypt/dnscrypt-proxy" }, "autoupdate": { "architecture": { "64bit": { "url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/$version/dnscrypt-proxy-win64-$version.zip" }, "32bit": { "url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/$version/dnscrypt-proxy-win32-$version.zip" } } } }