ScoopInstaller_Main/bucket/dnsproxy.json
2025-05-13 16:30:04 +00:00

39 lines
1.6 KiB
JSON

{
"version": "0.75.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.75.5/dnsproxy-windows-amd64-v0.75.5.zip",
"hash": "5e0a11ec9844a7e22ce3612af52ac741a75623e60e253bf8d399c5f6e23cddfe",
"extract_dir": "windows-amd64"
},
"32bit": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.75.5/dnsproxy-windows-386-v0.75.5.zip",
"hash": "0746c88e690cb705dda5ebe335aeca7e2710d11711c28cfeda5e1a1f7d480467",
"extract_dir": "windows-386"
},
"arm64": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.75.5/dnsproxy-windows-arm64-v0.75.5.zip",
"hash": "98170051de506267665b188f6d43fa4db9844b01e8c070b1c8f521cb755d504b",
"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"
}
}
}
}