ScoopInstaller_Main/bucket/dnsproxy.json
2026-02-19 08:32:29 +00:00

39 lines
1.6 KiB
JSON

{
"version": "0.78.3",
"description": "Simple DNS proxy with DoH, DoT, DoQ and DNSCrypt support",
"homepage": "https://github.com/AdguardTeam/dnsproxy",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.78.3/dnsproxy-windows-amd64-v0.78.3.zip",
"hash": "a774adcc82a5afa758d8c0f748132b8adddc512e1c367a42b7ece03919cd5289",
"extract_dir": "windows-amd64"
},
"32bit": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.78.3/dnsproxy-windows-386-v0.78.3.zip",
"hash": "5b852030ffd753006bc4bdaaadbe08d8d237879c5f9e7fde811858219f2ef7d6",
"extract_dir": "windows-386"
},
"arm64": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.78.3/dnsproxy-windows-arm64-v0.78.3.zip",
"hash": "d8d91104a590d8c6d9772c3e76de59cf505098167e499f8e8d879ed3a732c09b",
"extract_dir": "windows-arm64"
}
},
"bin": "dnsproxy.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v$version/dnsproxy-windows-amd64-v$version.zip"
},
"32bit": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v$version/dnsproxy-windows-386-v$version.zip"
},
"arm64": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v$version/dnsproxy-windows-arm64-v$version.zip"
}
}
}
}