From d92462c48ad4ecd59e6304695a165673468b2673 Mon Sep 17 00:00:00 2001 From: nils Date: Wed, 27 Nov 2024 17:28:23 +0000 Subject: [PATCH] commit --- config.boot-vyos | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.boot-vyos b/config.boot-vyos index c5d6411..1e06af9 100644 --- a/config.boot-vyos +++ b/config.boot-vyos @@ -296,7 +296,7 @@ service { dns { forwarding { allow-from "10.0.0.0/24" - allow-from "127.0.0.1/32" + allow-from "127.0.0.0/8" authoritative-domain stinnesbeck.com { records { a ci { @@ -314,6 +314,7 @@ service { } } listen-address "10.0.0.254" + listen-address "127.0.0.1" system } }