From fcf6cecef79ec7da10fb367d8630c0192dbb15bf Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sat, 28 Nov 2015 12:59:25 +0100 Subject: [PATCH] Enable stats in the unbound config --- unbound.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/unbound.sh b/unbound.sh index 2e4248f..e3280d0 100755 --- a/unbound.sh +++ b/unbound.sh @@ -73,6 +73,11 @@ server: local-zone: "localdomain." static local-zone: "test." static local-zone: "@PROVIDER_NAME@." refuse + +remote-control: + control-enable: yes + control-interface: 127.0.0.1 + control-interface: ::1 EOT mkdir -p /opt/unbound/etc/unbound/dev && \