From d69a107e8e6a5275b5f0e633e634d2d7ddea3429 Mon Sep 17 00:00:00 2001 From: Timo Makinen Date: Mon, 4 Oct 2021 17:08:06 +0000 Subject: [PATCH] unbound: Enable extended statistics --- roles/unbound/templates/unbound.conf.dna-gw01.home.foo.sh.j2 | 2 ++ roles/unbound/templates/unbound.conf.dna-gw02.home.foo.sh.j2 | 2 ++ roles/unbound/templates/unbound.conf.nms01.home.foo.sh.j2 | 2 ++ roles/unbound/templates/unbound.conf.print01.home.foo.sh.j2 | 2 ++ roles/unbound/templates/unbound.conf.zm02.home.foo.sh.j2 | 2 ++ 5 files changed, 10 insertions(+) diff --git a/roles/unbound/templates/unbound.conf.dna-gw01.home.foo.sh.j2 b/roles/unbound/templates/unbound.conf.dna-gw01.home.foo.sh.j2 index 85318f6..7977574 100644 --- a/roles/unbound/templates/unbound.conf.dna-gw01.home.foo.sh.j2 +++ b/roles/unbound/templates/unbound.conf.dna-gw01.home.foo.sh.j2 @@ -14,6 +14,8 @@ server: access-control: ::1 allow access-control: 172.20.20.0/22 allow + extended-statistics: yes + hide-identity: yes hide-version: yes diff --git a/roles/unbound/templates/unbound.conf.dna-gw02.home.foo.sh.j2 b/roles/unbound/templates/unbound.conf.dna-gw02.home.foo.sh.j2 index 0d9cba9..c7090c2 100644 --- a/roles/unbound/templates/unbound.conf.dna-gw02.home.foo.sh.j2 +++ b/roles/unbound/templates/unbound.conf.dna-gw02.home.foo.sh.j2 @@ -14,6 +14,8 @@ server: access-control: ::1 allow access-control: 172.20.20.0/22 allow + extended-statistics: yes + hide-identity: yes hide-version: yes diff --git a/roles/unbound/templates/unbound.conf.nms01.home.foo.sh.j2 b/roles/unbound/templates/unbound.conf.nms01.home.foo.sh.j2 index 155e51a..a842fcd 100644 --- a/roles/unbound/templates/unbound.conf.nms01.home.foo.sh.j2 +++ b/roles/unbound/templates/unbound.conf.nms01.home.foo.sh.j2 @@ -10,6 +10,8 @@ server: access-control: 172.20.25.3/32 allow access-control: 172.20.25.0/24 refuse_non_local + extended-statistics: yes + hide-identity: yes hide-version: yes diff --git a/roles/unbound/templates/unbound.conf.print01.home.foo.sh.j2 b/roles/unbound/templates/unbound.conf.print01.home.foo.sh.j2 index 8300b08..4799b50 100644 --- a/roles/unbound/templates/unbound.conf.print01.home.foo.sh.j2 +++ b/roles/unbound/templates/unbound.conf.print01.home.foo.sh.j2 @@ -10,6 +10,8 @@ server: access-control: 172.20.24.3/32 allow access-control: 172.20.24.0/24 refuse_non_local + extended-statistics: yes + hide-identity: yes hide-version: yes diff --git a/roles/unbound/templates/unbound.conf.zm02.home.foo.sh.j2 b/roles/unbound/templates/unbound.conf.zm02.home.foo.sh.j2 index 69ff7af..a4d3f59 100644 --- a/roles/unbound/templates/unbound.conf.zm02.home.foo.sh.j2 +++ b/roles/unbound/templates/unbound.conf.zm02.home.foo.sh.j2 @@ -10,6 +10,8 @@ server: access-control: 172.20.26.3/32 allow access-control: 172.20.26.0/24 refuse_non_local + extended-statistics: yes + hide-identity: yes hide-version: yes