Try to run the proxy

This commit is contained in:
Frank Denis 2019-05-05 09:54:44 +02:00
parent 0031e37ef8
commit 4dc27ac5f7

View File

@ -6,8 +6,10 @@ install:
- curl -qL https://github.com/jedisct1/dnscrypt-proxy/releases/download/2.0.23/dnscrypt-proxy-linux_x86_64-2.0.23.tar.gz | tar xzvf -
- cd linux-x86_64
- cp example-dnscrypt-proxy.toml dnscrypt-proxy.toml
- sed -i -e 's/:53/:5300/' dnscrypt-proxy.toml
script:
- ./dnscrypt-proxy -list-all
- ./dnscrypt-proxy -pidfile /tmp/dnscrypt-proxy.pid &
- sleep 60
- kill $(cat /tmp/dnscrypt-proxy.pid)