ScoopInstaller_Main/bucket/dnsproxy.json
2024-03-11 12:31:20 +00:00

39 lines
1.6 KiB
JSON

{
"version": "0.66.0",
"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.66.0/dnsproxy-windows-amd64-v0.66.0.zip",
"hash": "fe487b5516365c1ceb8d9efcc88383e1e02c64c00abff30ef57bc30d11dadb79",
"extract_dir": "windows-amd64"
},
"32bit": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.66.0/dnsproxy-windows-386-v0.66.0.zip",
"hash": "62384e36016d242ddc0140a5d18a552fd1084a9dce4e2251e69ceba54aa52c81",
"extract_dir": "windows-386"
},
"arm64": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.66.0/dnsproxy-windows-arm64-v0.66.0.zip",
"hash": "b7da8683ad52ed053935d00f4e33f381740736bc5eaebba75e6713e0d7e7c601",
"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"
}
}
}
}