diff options
author | IT Offshore <developer@it-offshore.co.uk> | 2013-11-10 09:58:57 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-11-15 15:23:46 +0000 |
commit | 73e5eb1a52eb7b0bfe192c3f0d59a58b43fc4731 (patch) | |
tree | 44bf4cb3bac66c1c1f4cdef437baaef05473e15f /testing/dnscrypt-proxy/dnscrypt-proxy.confd | |
parent | b6f38e06bc6f83474fd5c74632fe0cbd6d11ece8 (diff) | |
download | aports-73e5eb1a52eb7b0bfe192c3f0d59a58b43fc4731.tar.bz2 aports-73e5eb1a52eb7b0bfe192c3f0d59a58b43fc4731.tar.xz |
testing/dnscrypt-proxy: upgrade to to 1.33
Complete patch to bump dnscrypt-proxy to version 1.33
Minor changes to APKBUILD to build with the new sources & make-depends.
confd / initd changed to include the additional configurations to set the alternative
resolver ip / public keys.
Separate patch created to build dnscrypt's dependency libsodium / libsodium-dev
(as it no longer forms part of dnscrypt's sources).
Post-install script is just status / info using the $STRONG / $RED / $GREEN
system colours.
Added /sbin/setup-dnscrypt for changing the resolver dnscrypt queries &
optionally installing unbound for dns caching. This also uses the system terminal
colours. This no longer makes any changes to init.d, it only updates conf.d
Diffstat (limited to 'testing/dnscrypt-proxy/dnscrypt-proxy.confd')
-rw-r--r-- | testing/dnscrypt-proxy/dnscrypt-proxy.confd | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/testing/dnscrypt-proxy/dnscrypt-proxy.confd b/testing/dnscrypt-proxy/dnscrypt-proxy.confd index 9b68286369..6a008ea829 100644 --- a/testing/dnscrypt-proxy/dnscrypt-proxy.confd +++ b/testing/dnscrypt-proxy/dnscrypt-proxy.confd @@ -1,7 +1,9 @@ -DNSCRYPT_LOGFILE=/var/log/dnscrypt-proxy/dnscrypt-proxy.log -RUNDIR=/var/run/dnscrypt-proxy -PID=/var/run/dnscrypt-proxy/dnscrypt-proxy.pid -DNSCRYPT_USER=dnscrypt -DNSCRYPT_GROUP=dnscrypt -# Set here the IP where DNSCRYPT listen -DNSCRYPT_LOCALIP=127.0.0.1:53 +# DNSCRYPT_LOGFILE=/var/log/dnscrypt-proxy/dnscrypt-proxy.log + +# override listen address where DNSCRYPT listen +# DNSCRYPT_LOCALIP=127.0.0.1:53 + +# override the default OpenDNS Resolver here +# RESOLVER=208.67.220.220:443; +# PROVIDER=2.dnscrypt-cert.opendns.com +# PUBKEY=B735:1140:206F:225D:3E2B:D822:D7FD:691E:A1C3:3CC8:D666:8D0C:BE04:BFAB:CA43:FB79; |