mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-10 05:35:15 +00:00
39 lines
1.6 KiB
JSON
39 lines
1.6 KiB
JSON
{
|
|
"version": "0.78.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.78.0/dnsproxy-windows-amd64-v0.78.0.zip",
|
|
"hash": "c3f47a8f3f7aec1d706a83cc539509c8e4b6b302e37b0ce9da190253b191e302",
|
|
"extract_dir": "windows-amd64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.78.0/dnsproxy-windows-386-v0.78.0.zip",
|
|
"hash": "22a6a986858f62dffef3aca6aefedefb1b81db7bec37ad51d9ea55cde35dcea2",
|
|
"extract_dir": "windows-386"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.78.0/dnsproxy-windows-arm64-v0.78.0.zip",
|
|
"hash": "42328d4fae8f4682fddfa57a6be2c7b6eb44691b861b207312cb791d4ddac8c5",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|