From 9acfa9c34e94daa0f1cf5ceee8f7aa0e21e6dcba Mon Sep 17 00:00:00 2001 From: Adphi <25206920+Adphi@users.noreply.github.com> Date: Thu, 27 Oct 2022 13:27:27 +0200 Subject: [PATCH] Fix example --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a36f441..108dc2d 100644 --- a/README.md +++ b/README.md @@ -72,8 +72,9 @@ So you can provide a fallback server that will be used to get the public record. net 10.1.1.0/24 10.1.2.0/24 # implicitely: allow 10.1.1.0/24 10.1.2.0/24 fallback 8.8.8.8 } - file example.org - forward . 9.9.9.9 { + # we could also use any records source + # e.g.: file example.org + forward . 10.10.10.1 9.9.9.9 { policy sequential } }