ScoopInstaller_Main/bucket/dnsproxy.json
2024-09-16 04:29:17 +00:00

39 lines
1.6 KiB
JSON

{
"version": "0.73.2",
"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.73.2/dnsproxy-windows-amd64-v0.73.2.zip",
"hash": "f293d53b3b03e1315be45d45594a8b90bb41d1335487c50a24460be2a71a56b7",
"extract_dir": "windows-amd64"
},
"32bit": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.73.2/dnsproxy-windows-386-v0.73.2.zip",
"hash": "9bf2e756dcf6a5685a6dc86ae9ba040772fd0ac586974272ab8a88cf0e4f8561",
"extract_dir": "windows-386"
},
"arm64": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.73.2/dnsproxy-windows-arm64-v0.73.2.zip",
"hash": "84155ee635863eb191ebc8d2d9e20af84342d6f774770960ec4c3f9c459ffdf9",
"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"
}
}
}
}