ScoopInstaller_Main/bucket/dnsproxy.json
2025-12-05 16:30:57 +00:00

39 lines
1.6 KiB
JSON

{
"version": "0.78.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.78.2/dnsproxy-windows-amd64-v0.78.2.zip",
"hash": "ff2691b2eafd4fec5897bb5181482a46688b85f83cd162ffddcfd4ef9556910c",
"extract_dir": "windows-amd64"
},
"32bit": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.78.2/dnsproxy-windows-386-v0.78.2.zip",
"hash": "2f4469594b64a680c85284ab42eb9c69ce1a064d8ff362446fc478b75ee0e238",
"extract_dir": "windows-386"
},
"arm64": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.78.2/dnsproxy-windows-arm64-v0.78.2.zip",
"hash": "60a6f0abc9a901c4100dea195e89a73399a54db9a50eacae8f39ac3c3f9ed6bb",
"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"
}
}
}
}