ScoopInstaller_Main/bucket/dnsproxy.json
2024-12-27 16:29:09 +00:00

39 lines
1.6 KiB
JSON

{
"version": "0.74.1",
"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.74.1/dnsproxy-windows-amd64-v0.74.1.zip",
"hash": "74b18b684c768206c07a81ef96b5a818fa4b46bec93bcf0f407357f5979faed8",
"extract_dir": "windows-amd64"
},
"32bit": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.74.1/dnsproxy-windows-386-v0.74.1.zip",
"hash": "92fddadd7cbc4e355bd0affa707b682d99f082810083ecdbb5ffaac9a70fe19b",
"extract_dir": "windows-386"
},
"arm64": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.74.1/dnsproxy-windows-arm64-v0.74.1.zip",
"hash": "4f363a11edb06f3bc6e8cbb59e5194eb6407b2848cb2ec3572ab8482099ab6c7",
"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"
}
}
}
}