Skip to content

Commit

Permalink
add dnscrypt-proxy
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Pashmfouroush <[email protected]>
  • Loading branch information
markpash committed Sep 13, 2023
1 parent 1705c50 commit 2be7587
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions bucket/dnscrypt-proxy.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"version": "2.1.5",
"description": "dnscrypt-proxy 2 - A flexible DNS proxy, with support for encrypted DNS protocols.",
"homepage": "https://github.com/DNSCrypt/dnscrypt-proxy",
"license": "ISC",
"notes": "",
"architecture": {
"64bit": {
"url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.1.5/dnscrypt-proxy-win64-2.1.5.zip",
"hash": "55E2689B8604F7DE88D6CFE0A5396E166ACCE1ACAE51ADBDDB314E36EDA89A9F"
}
},
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/$version/dnscrypt-proxy-win64v$version.zip"
}
}
},
"persist": [
"dnscrypt-proxy.toml",
"localhost.pem"
],
"extract_dir": "win64",
"bin": "dnscrypt-proxy.exe"
}

0 comments on commit 2be7587

Please sign in to comment.