ScoopInstaller_Main/bucket/dnsproxy.json
2025-10-08 16:30:58 +00:00

39 lines
1.6 KiB
JSON

{
"version": "0.77.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.77.0/dnsproxy-windows-amd64-v0.77.0.zip",
"hash": "c5bf1dbdcd90dc96818a5b6cd55adaf95176b7f76e270a40b11ccb2b7d10c1a6",
"extract_dir": "windows-amd64"
},
"32bit": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.77.0/dnsproxy-windows-386-v0.77.0.zip",
"hash": "7e80132458ba43e968b0c436ad303561ea33b3ce3bca3dbfad6f474b3d9c2e1d",
"extract_dir": "windows-386"
},
"arm64": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.77.0/dnsproxy-windows-arm64-v0.77.0.zip",
"hash": "6fbbb9f3899393ce05a4e970b5a38ca42ef02359795bd3e73553cb8af8ec9588",
"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"
}
}
}
}