ScoopInstaller_Main/bucket/dnsproxy.json
2026-02-19 16:36:30 +00:00

39 lines
1.6 KiB
JSON

{
"version": "0.79.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.79.0/dnsproxy-windows-amd64-v0.79.0.zip",
"hash": "35a40d875a2be7204cf0830aac90f5de51aeba4c4b800e950db2e901f51174b4",
"extract_dir": "windows-amd64"
},
"32bit": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.79.0/dnsproxy-windows-386-v0.79.0.zip",
"hash": "d2d5962f63b34f42f9f0033fb41be66debeed9c09c11f0d2f02c9826a9107e8e",
"extract_dir": "windows-386"
},
"arm64": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.79.0/dnsproxy-windows-arm64-v0.79.0.zip",
"hash": "8d393c9e2b576576f33c1a5329f0ea659e37372a6c009d51d4aa985aa8b38ff4",
"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"
}
}
}
}