ScoopInstaller_Main/bucket/dnsproxy.json
2024-08-20 20:27:41 +00:00

39 lines
1.6 KiB
JSON

{
"version": "0.73.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.73.0/dnsproxy-windows-amd64-v0.73.0.zip",
"hash": "71ffba7cd953649d6bc59349f0e1a807ba8c892601a9cc188e52fe711958501d",
"extract_dir": "windows-amd64"
},
"32bit": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.73.0/dnsproxy-windows-386-v0.73.0.zip",
"hash": "b55a7f4db04163d40e4e187e307936dfe7eefe8618ee8b7e5384b7687c2c03f5",
"extract_dir": "windows-386"
},
"arm64": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.73.0/dnsproxy-windows-arm64-v0.73.0.zip",
"hash": "e9fa158b3a6ea4c8407681855ec4e4b5e148a2317d368bebe87c0b70b3141ba0",
"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"
}
}
}
}