ScoopInstaller_Main/bucket/dnsproxy.json
2025-05-06 16:29:48 +00:00

39 lines
1.6 KiB
JSON

{
"version": "0.75.4",
"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.75.4/dnsproxy-windows-amd64-v0.75.4.zip",
"hash": "d69d03a603efcff35ea5730513265bcc5907bd9019164d72e742255a441d1cbe",
"extract_dir": "windows-amd64"
},
"32bit": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.75.4/dnsproxy-windows-386-v0.75.4.zip",
"hash": "ad1c1fdb4df9c7a2e8fc40c0aa9f82198de5e2a4ce7a0861b2fc75d74947c4b1",
"extract_dir": "windows-386"
},
"arm64": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.75.4/dnsproxy-windows-arm64-v0.75.4.zip",
"hash": "d2f3a8a0a4d4eef8d4327c67c30100486ca756bb0ced2fb08db1136d9376ebbd",
"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"
}
}
}
}