ScoopInstaller_Main/bucket/dnsproxy.json
2023-06-09 16:29:07 +00:00

31 lines
1.2 KiB
JSON

{
"version": "0.50.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.50.2/dnsproxy-windows-amd64-v0.50.2.zip",
"hash": "7cc7ab72dac9a445fc42d1ae518c40c4f358b115ac9520ea226c599ec2976d7b",
"extract_dir": "windows-amd64"
},
"32bit": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.50.2/dnsproxy-windows-386-v0.50.2.zip",
"hash": "2a1511fb2da92b7183cdec5c3110c417df8052d8a6efcb476ce683b9f1cff90a",
"extract_dir": "windows-386"
}
},
"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"
}
}
}
}