From 9e2dde575168e16f8a6e8ace709d0030e3da5e60 Mon Sep 17 00:00:00 2001 From: Pierre Frayer Date: Fri, 15 Mar 2024 10:21:08 +0100 Subject: [PATCH] README: fix typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f70b927..86dedd1 100644 --- a/README.md +++ b/README.md @@ -88,8 +88,8 @@ unbound::stub { "0.0.10.in-addr.arpa.": # # note that conf will be generated in the same order provided. unbound::stub { "10.0.10.in-addr.arpa.": - address => [ 10.0.0.53', '10.0.0.10@10053'], - namservers => [ 'ns1.example.com', 'ns2.example.com' ], + address => [ '10.0.0.53', '10.0.0.10@10053'], + nameservers => [ 'ns1.example.com', 'ns2.example.com' ], } ```