From cc0a16e3ee656e96883a905ec565d6ecf02bf882 Mon Sep 17 00:00:00 2001 From: Timo Makinen Date: Mon, 6 Jan 2025 20:24:59 +0000 Subject: [PATCH] unbound: Don't listen to localhost on dna-gw hosts --- roles/unbound/templates/unbound.conf.dna-gw01.home.foo.sh.j2 | 2 -- roles/unbound/templates/unbound.conf.dna-gw02.home.foo.sh.j2 | 2 -- 2 files changed, 4 deletions(-) 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 4fb2134..e3dc5b6 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 @@ -1,7 +1,5 @@ server: - interface: 127.0.0.1 - interface: ::1 interface: 172.20.20.10@53 interface: 172.20.20.10@853 interface: 172.20.21.1@53 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 22e579c..4607459 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 @@ -1,7 +1,5 @@ server: - interface: 127.0.0.1 - interface: ::1 interface: 172.20.20.10@53 interface: 172.20.20.10@853 interface: 172.20.21.2@53