ScoopInstaller_Main/bucket/dnsproxy.json
2023-03-20 20:28:41 +00:00

33 lines
1.3 KiB
JSON

{
"version": "0.48.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.48.1/dnsproxy-windows-amd64-v0.48.1.zip",
"hash": "65106a1ace67710a4e17de0d63be5e8cd86d2aa6e182a0fc7dd36d9a72ca8714",
"extract_dir": "windows-amd64"
},
"32bit": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.48.1/dnsproxy-windows-386-v0.48.1.zip",
"hash": "6bdc0ea39df580ee7ec8a524e02dd8e15d30dbd2324e916dfe3ebdf71e292562",
"extract_dir": "windows-386"
}
},
"bin": "dnsproxy.exe",
"checkver": {
"github": "https://github.com/AdguardTeam/dnsproxy"
},
"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"
}
}
}
}