ScoopInstaller_Main/bucket/dnsproxy.json
2023-04-13 12:33:13 +00:00

33 lines
1.3 KiB
JSON

{
"version": "0.49.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.49.0/dnsproxy-windows-amd64-v0.49.0.zip",
"hash": "c885ebd1c023b737fef39667db8028d2fbfe2289017b0c971606d472eecf3e85",
"extract_dir": "windows-amd64"
},
"32bit": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.49.0/dnsproxy-windows-386-v0.49.0.zip",
"hash": "f4c6e26c4ffab3b6ac072d3e18883b3a44c96af594d273935d3e6c25a2ac381a",
"extract_dir": "windows-386"
}
},
"bin": "dnsproxy.exe",
"checkver": {
"github": "https://github.com/AdguardTeam/dnsproxy"
},
"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"
}
}
}
}