mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
39 lines
1.6 KiB
JSON
39 lines
1.6 KiB
JSON
{
|
|
"version": "0.75.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.75.0/dnsproxy-windows-amd64-v0.75.0.zip",
|
|
"hash": "c65ab62395cce7cf85758bbb282b543da9f7f02d0673282ed98820d05262c628",
|
|
"extract_dir": "windows-amd64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.75.0/dnsproxy-windows-386-v0.75.0.zip",
|
|
"hash": "7a6e636398f5649ea09642825c6e0a6ccb653a8f5a34b65dbcdcd63b99ec47f4",
|
|
"extract_dir": "windows-386"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.75.0/dnsproxy-windows-arm64-v0.75.0.zip",
|
|
"hash": "863965e7e2e383f799af89d2f1df4fa35ba620d94439bc97c0d1605bdf1215ea",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|