Bump dnscrypt-proxy version up
This commit is contained in:
parent
71d5c3ff3e
commit
f83a35f707
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
|
||||
- name: check with dnscrypt-proxy
|
||||
run: |
|
||||
curl -qL https://github.com/jedisct1/dnscrypt-proxy/releases/download/2.0.45/dnscrypt-proxy-linux_x86_64-2.0.45.tar.gz | tar xzvf -
|
||||
curl -qL https://github.com/jedisct1/dnscrypt-proxy/releases/download/2.1.1/dnscrypt-proxy-linux_x86_64-2.1.1.tar.gz | tar xzvf -
|
||||
cp v3/* linux-x86_64
|
||||
cd linux-x86_64
|
||||
cp example-dnscrypt-proxy.toml dnscrypt-proxy.toml
|
||||
|
2
.github/workflows/prcheck.sh
vendored
2
.github/workflows/prcheck.sh
vendored
@ -74,7 +74,7 @@ if [ ! -s "$NEW_ENTRIES" ]; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
curl -qL https://github.com/jedisct1/dnscrypt-proxy/releases/download/2.0.45/dnscrypt-proxy-linux_x86_64-2.0.45.tar.gz | tar xzvf -
|
||||
curl -qL https://github.com/jedisct1/dnscrypt-proxy/releases/download/2.1.1/dnscrypt-proxy-linux_x86_64-2.1.1.tar.gz | tar xzvf -
|
||||
cd linux-x86_64 || exit 1
|
||||
|
||||
exit_code=0
|
||||
|
Loading…
x
Reference in New Issue
Block a user