From 808b7858eec240bab54156a311016f7158d15a3c Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Mon, 14 Jul 2025 17:01:09 +0200 Subject: [PATCH] feat: bind automatically to an interface --- templates/unbound/unbound.conf.j2 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/unbound/unbound.conf.j2 b/templates/unbound/unbound.conf.j2 index f5eded7..3af4e6d 100644 --- a/templates/unbound/unbound.conf.j2 +++ b/templates/unbound/unbound.conf.j2 @@ -1,7 +1,6 @@ server: verbosity: 1 - interface: {{ ansible_default_ipv4 }} - interface: {{ keepalived_virtual_ipaddress }} + interface-automatic: yes ip-freebind: yes port: 53 do-ip4: yes