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