From c6e54c4b1fddc5d245121f59af16574f0c7af4d5 Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Mon, 6 Jun 2016 08:41:23 +0000 Subject: [PATCH] better example config git-svn-id: file:///svn/unbound/trunk@3755 be551aaa-1e26-0410-a405-d3ace91eadb9 --- doc/example.conf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/example.conf.in b/doc/example.conf.in index 84bb14507..085845c20 100644 --- a/doc/example.conf.in +++ b/doc/example.conf.in @@ -206,7 +206,7 @@ server: # tag access-control with list of tags (in "" with spaces between) # Clients using this access control element use localzones that # are tagged with one of these tags. - # access-control-tag: "192.0.2.0/24" "tag2 tag3" + # access-control-tag: 192.0.2.0/24 "tag2 tag3" # if given, a chroot(2) is done to the given directory. # i.e. you can chroot to the working directory, for example,