aboutsummaryrefslogtreecommitdiffstats
path: root/community/dnscrypt-proxy/config-full-paths.patch
diff options
context:
space:
mode:
authorIan Bashford <ianbashford@gmail.com>2019-10-13 17:04:08 +0100
committerRasmus Thomsen <oss@cogitri.dev>2019-10-14 16:07:21 +0200
commite4f51196ccf043154943d9f1387b5f41bd5771fe (patch)
tree5cc2d8f162535b4c807e01002a3025b59f0968ad /community/dnscrypt-proxy/config-full-paths.patch
parent313551ec913a167a1d771516285cc39dc67942a7 (diff)
downloadaports-e4f51196ccf043154943d9f1387b5f41bd5771fe.tar.bz2
aports-e4f51196ccf043154943d9f1387b5f41bd5771fe.tar.xz
ommunity/dnscrypt-proxy upgrade to 2.0.28
Upgrade to 2.0.28 Migrate upstream github account (jedisct1 -> DNSCrypt)
Diffstat (limited to 'community/dnscrypt-proxy/config-full-paths.patch')
-rw-r--r--community/dnscrypt-proxy/config-full-paths.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/dnscrypt-proxy/config-full-paths.patch b/community/dnscrypt-proxy/config-full-paths.patch
index 4d46d65918..0e41f62a29 100644
--- a/community/dnscrypt-proxy/config-full-paths.patch
+++ b/community/dnscrypt-proxy/config-full-paths.patch
@@ -37,7 +37,6 @@ index 0000000..8455f8d
+
+
+## List of local addresses and ports to listen to. Can be IPv4 and/or IPv6.
-+## Note: When using systemd socket activation, choose an empty set (i.e. [] ).
+
+listen_addresses = ['127.0.0.1:53', '[::1]:53']
+
@@ -246,7 +245,7 @@ index 0000000..8455f8d
+
+## Automatic log files rotation
+
-+# Maximum log files size in MB
++# Maximum log files size in MB - Set to 0 for unlimited.
+log_files_max_size = 10
+
+# How long to keep backup files, in days
@@ -343,6 +342,7 @@ index 0000000..8455f8d
+[query_log]
+
+ ## Path to the query log file (absolute, or relative to the same directory as the executable file)
++ ## Can be /dev/stdout to log to the standard output (and set log_files_max_size to 0)
+
+ # file = '/var/log/dnscrypt-proxy/query.log'
+