mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 11:34:25 +00:00
31 lines
1.2 KiB
JSON
31 lines
1.2 KiB
JSON
{
|
|
"version": "0.52.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.52.0/dnsproxy-windows-amd64-v0.52.0.zip",
|
|
"hash": "3d7ddd35720147cdce3c92117cbcf4692f4b4a4110f8979aefdb65525e635fb5",
|
|
"extract_dir": "windows-amd64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.52.0/dnsproxy-windows-386-v0.52.0.zip",
|
|
"hash": "2d1c37209e635f9eb0ed0315428095ce3bf350adf6a37088e8ae53a0f487360b",
|
|
"extract_dir": "windows-386"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|