mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
* dnscrypt-proxy: Update to version 2.1.0 * dnscrypt-proxy: Fix configuration files persist * Update bucket/dnscrypt-proxy.json Co-authored-by: Issac Lin <issaclin32@gmail.com> * Apply suggestions from code review Co-authored-by: Issac Lin <issaclin32@gmail.com> Co-authored-by: Issac Lin <issaclin32@gmail.com>
34 lines
1.5 KiB
JSON
34 lines
1.5 KiB
JSON
{
|
|
"version": "2.1.0",
|
|
"description": "A flexible DNS proxy, with support for encrypted DNS protocols",
|
|
"homepage": "https://dnscrypt.info",
|
|
"license": "ISC",
|
|
"notes": [
|
|
"1. \"fallback_resolvers\" was renamed to \"bootstrap_resolvers\" for clarity. Please update your configuration file accordingly.",
|
|
"2. Some of the configuration files are changed, for details: https://github.com/DNSCrypt/dnscrypt-proxy/releases/tag/2.0.45",
|
|
"3. For compatibility reasons, please move all configuration files exclude \"dnscrypt-proxy.toml\" into \"config\" folder and update your config."
|
|
],
|
|
"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": "if (!(Test-Path \"$persist_dir\\$dnscrypt-proxy.toml\")) { Copy-Item \"$dir\\example-dnscrypt-proxy.toml\" \"$dir\\dnscrypt-proxy.toml\" }",
|
|
"bin": "dnscrypt-proxy.exe",
|
|
"persist": [
|
|
"config",
|
|
"dnscrypt-proxy.toml",
|
|
"localhost.pem"
|
|
],
|
|
"checkver": {
|
|
"github": "https://github.com/DNSCrypt/dnscrypt-proxy"
|
|
}
|
|
}
|