mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-28 19:41:19 +00:00
37 lines
1.4 KiB
JSON
37 lines
1.4 KiB
JSON
{
|
|
"version": "2.1.0",
|
|
"description": "A flexible DNS proxy, with support for encrypted DNS protocols",
|
|
"homepage": "https://dnscrypt.info",
|
|
"license": "ISC",
|
|
"notes": "\"fallback_resolvers\" was renamed to \"bootstrap_resolvers\" for clarity. Please update your configuration file accordingly.",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.1.0/dnscrypt-proxy-win64-2.1.0.zip",
|
|
"hash": "196dcb3da3152def54f9be89276a2b9063026f59fa6993d1850d66fd83858df0",
|
|
"extract_dir": "win64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.1.0/dnscrypt-proxy-win32-2.1.0.zip",
|
|
"hash": "64b9ab36f5037ff44de0fa16a261e00192a419583dc2c3aebe28b809d8908d23",
|
|
"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"
|
|
}
|
|
}
|