ScoopInstaller_Main/bucket/dnsproxy.json
2024-07-05 12:31:16 +00:00

39 lines
1.6 KiB
JSON

{
"version": "0.72.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.72.0/dnsproxy-windows-amd64-v0.72.0.zip",
"hash": "d6d9c23580eb6dc67daa01a388867e5973746397365dbcd40b8571e30cab804b",
"extract_dir": "windows-amd64"
},
"32bit": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.72.0/dnsproxy-windows-386-v0.72.0.zip",
"hash": "6fbfced3842d75f8d23ba4030d5938fb656427c5c106b2e638e47badca145419",
"extract_dir": "windows-386"
},
"arm64": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.72.0/dnsproxy-windows-arm64-v0.72.0.zip",
"hash": "cc38100923a44150f66adefd9c2b2f5f5b4f4f9b631fae08e2c46671ab6ea85d",
"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"
}
}
}
}