ScoopInstaller_Main/bucket/dnsproxy.json
2024-12-23 16:30:08 +00:00

39 lines
1.6 KiB
JSON

{
"version": "0.73.5",
"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.73.5/dnsproxy-windows-amd64-v0.73.5.zip",
"hash": "9d0f915db6b120f01e8bb6a58ad0f3b00c7d7d132ff7834b058913c4e5ae816d",
"extract_dir": "windows-amd64"
},
"32bit": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.73.5/dnsproxy-windows-386-v0.73.5.zip",
"hash": "ba9d00e222d4586d2e4874aa6efd595bc6f8b88822076094e277e6d2b99182e0",
"extract_dir": "windows-386"
},
"arm64": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.73.5/dnsproxy-windows-arm64-v0.73.5.zip",
"hash": "4c4171cad3ebf40575af872397f972db6799df1c515ea98c442a5cc7af144992",
"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"
}
}
}
}