aboutsummaryrefslogtreecommitdiff
path: root/contrib/unbound/testdata/redis_reconnect_interval.tdir/redis_reconnect_interval.conf
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/unbound/testdata/redis_reconnect_interval.tdir/redis_reconnect_interval.conf')
-rw-r--r--contrib/unbound/testdata/redis_reconnect_interval.tdir/redis_reconnect_interval.conf33
1 files changed, 0 insertions, 33 deletions
diff --git a/contrib/unbound/testdata/redis_reconnect_interval.tdir/redis_reconnect_interval.conf b/contrib/unbound/testdata/redis_reconnect_interval.tdir/redis_reconnect_interval.conf
deleted file mode 100644
index eb76de8db9f6..000000000000
--- a/contrib/unbound/testdata/redis_reconnect_interval.tdir/redis_reconnect_interval.conf
+++ /dev/null
@@ -1,33 +0,0 @@
-server:
- verbosity: 7
- num-threads: 1
- interface: 127.0.0.1
- port: @PORT@
- use-syslog: no
- directory: ""
- pidfile: "unbound.pid"
- chroot: ""
- username: ""
- module-config: "cachedb iterator"
- root-key-sentinel: no
- trust-anchor-signaling: no
- log-time-ascii: yes
- log-time-iso: yes
-cachedb:
- backend: redis
- redis-server-path: @REDIS_SOCKET@
- redis-replica-server-path: @REDIS_REPLICA_SOCKET@
-auth-zone:
- name: "redis.com"
- for-upstream: yes
- for-downstream: no
- zonefile: "redis.zone"
-remote-control:
- control-enable: yes
- control-interface: 127.0.0.1
- # control-interface: ::1
- control-port: @CONTROL_PORT@
- server-key-file: "unbound_server.key"
- server-cert-file: "unbound_server.pem"
- control-key-file: "unbound_control.key"
- control-cert-file: "unbound_control.pem"