ScoopInstaller_Main/bucket/dnsproxy.json
2024-07-19 16:28:49 +00:00

39 lines
1.6 KiB
JSON

{
"version": "0.72.1",
"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.72.1/dnsproxy-windows-amd64-v0.72.1.zip",
"hash": "50b91342b3b694ae46495607d6086c4d6a3d8c03394a39a48dbc731c20a5ca5f",
"extract_dir": "windows-amd64"
},
"32bit": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.72.1/dnsproxy-windows-386-v0.72.1.zip",
"hash": "79d04252b9127217c049a5358372346ff7ab65b7cc0cd839dae9a55de389f847",
"extract_dir": "windows-386"
},
"arm64": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.72.1/dnsproxy-windows-arm64-v0.72.1.zip",
"hash": "700c05af1df7934314ea4c47e99f377b35f770450f8b61965985b12d8b04756c",
"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"
}
}
}
}