ScoopInstaller_Main/bucket/dnsproxy.json
2023-10-04 16:28:31 +00:00

39 lines
1.6 KiB
JSON

{
"version": "0.56.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.56.0/dnsproxy-windows-amd64-v0.56.0.zip",
"hash": "3c1786c08428acbe126e74859aa2378f4cf5de4a063cd0300e150ed3a1b454a5",
"extract_dir": "windows-amd64"
},
"32bit": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.56.0/dnsproxy-windows-386-v0.56.0.zip",
"hash": "bbf0ce5131b5113d8ba4bee2abbb7128897c0baf9caa76536061de09b8be16db",
"extract_dir": "windows-386"
},
"arm64": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.56.0/dnsproxy-windows-arm64-v0.56.0.zip",
"hash": "6788a8d226378bdf1ff7b7f8e0a03b9c27f52ff6324b3045e5c56e5200164f37",
"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"
}
}
}
}