mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
39 lines
1.6 KiB
JSON
39 lines
1.6 KiB
JSON
{
|
|
"version": "0.70.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.70.0/dnsproxy-windows-amd64-v0.70.0.zip",
|
|
"hash": "39b5d633c8bb448c8baee72d40587734aa8858b9f9ef75620cc653871c3e2d7e",
|
|
"extract_dir": "windows-amd64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.70.0/dnsproxy-windows-386-v0.70.0.zip",
|
|
"hash": "3233b271adca3b02c300b4050d9bdd5eabf42d3710a59e015e98b8c95046189b",
|
|
"extract_dir": "windows-386"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.70.0/dnsproxy-windows-arm64-v0.70.0.zip",
|
|
"hash": "1cdbccee3c696703ae2a4d789fdf7651f13c97581119b030fae9c3cceecde200",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|