ScoopInstaller_Main/bucket/dnsproxy.json
2024-08-06 12:32:26 +00:00

39 lines
1.6 KiB
JSON

{
"version": "0.72.3",
"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.72.3/dnsproxy-windows-amd64-v0.72.3.zip",
"hash": "73142c30b5ae9f5e17d49c9843690581d7cdeba01eaace2d87de0c9390aacc48",
"extract_dir": "windows-amd64"
},
"32bit": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.72.3/dnsproxy-windows-386-v0.72.3.zip",
"hash": "48d9cbd493a9e5d5e2ac0afb26b1f118644eaed104a4baea47b637f992c224b9",
"extract_dir": "windows-386"
},
"arm64": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.72.3/dnsproxy-windows-arm64-v0.72.3.zip",
"hash": "eec3191bd1c15125fdcf28227d10a32828fc46139707d3e45f7634fc52dcb1f9",
"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"
}
}
}
}