mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
39 lines
1.6 KiB
JSON
39 lines
1.6 KiB
JSON
{
|
|
"version": "0.55.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.55.0/dnsproxy-windows-amd64-v0.55.0.zip",
|
|
"hash": "3cfca554645827b67f02ca6fd8bf8656c9fc90ebed7c5dd7e49e9b52e0b579ec",
|
|
"extract_dir": "windows-amd64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.55.0/dnsproxy-windows-386-v0.55.0.zip",
|
|
"hash": "5313f37af6b3313fcc09e649c9c49dbcfd21a1d9281ffb1b8004f072fb6a4d2a",
|
|
"extract_dir": "windows-386"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.55.0/dnsproxy-windows-arm64-v0.55.0.zip",
|
|
"hash": "44e664c3b45d72ebf2a442036723d4570917d90a59c0b9d8a5942c9cbab0ceaf",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|