ScoopInstaller_Main/bucket/dnscrypt-proxy.json
2021-07-10 23:40:37 -07:00

36 lines
1.3 KiB
JSON

{
"version": "2.0.45",
"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.45/dnscrypt-proxy-win64-2.0.45.zip",
"hash": "d8cfc18e7892fe6977a78131750ae65a59aef602d0030f03f789881b2b31818c",
"extract_dir": "win64"
},
"32bit": {
"url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.0.45/dnscrypt-proxy-win32-2.0.45.zip",
"hash": "001cdab7a426b71641afd58dab5b1451dc2554354b1630233c3a33b116d9542f",
"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"
}
}