diff options
author | Francesco Colista <francesco.colista@gmail.com> | 2013-04-25 09:51:52 +0000 |
---|---|---|
committer | Francesco Colista <francesco.colista@gmail.com> | 2013-04-25 09:52:45 +0000 |
commit | ea32cee8ba718275c154e77e62b4f03ba6f43901 (patch) | |
tree | 7eda2a48a821bb29f34a84a43b511072846ed927 /testing/dnscrypt-proxy/dnscrypt-proxy.confd | |
parent | a3d397676f242ac419490fcef5817008c483ddad (diff) | |
download | aports-ea32cee8ba718275c154e77e62b4f03ba6f43901.tar.bz2 aports-ea32cee8ba718275c154e77e62b4f03ba6f43901.tar.xz |
testing/dnscrypt-proxy: Fixes #1275
Diffstat (limited to 'testing/dnscrypt-proxy/dnscrypt-proxy.confd')
-rw-r--r-- | testing/dnscrypt-proxy/dnscrypt-proxy.confd | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testing/dnscrypt-proxy/dnscrypt-proxy.confd b/testing/dnscrypt-proxy/dnscrypt-proxy.confd new file mode 100644 index 0000000000..9b68286369 --- /dev/null +++ b/testing/dnscrypt-proxy/dnscrypt-proxy.confd @@ -0,0 +1,7 @@ +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 |