]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Document min-client-subnet-ipv4/6 default value
authorRalph Dolmans <ralph@nlnetlabs.nl>
Thu, 25 Oct 2018 08:55:55 +0000 (08:55 +0000)
committerRalph Dolmans <ralph@nlnetlabs.nl>
Thu, 25 Oct 2018 08:55:55 +0000 (08:55 +0000)
git-svn-id: file:///svn/unbound/trunk@4952 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/unbound.conf.5.in

index 05f4ca3633fda264ac443ba679c8ebee2d91f7b7..b47b61e1764ea6d23f1f01957562d20725210ffe 100644 (file)
@@ -1850,11 +1850,13 @@ to expose to third parties for IPv4. Defaults to 24.
 .TP
 .B min\-client\-subnet\-ipv6: \fI<number>\fR
 Specifies the minimum prefix length of the IPv6 source mask we are willing to
-accept in queries. Shorter source masks result in REFUSED answers.
+accept in queries. Shorter source masks result in REFUSED answers. Source mask
+of 0 is always accepted. Default is 0.
 .TP
 .B min\-client\-subnet\-ipv4: \fI<number>\fR
 Specifies the minimum prefix length of the IPv4 source mask we are willing to
-accept in queries. Shorter source masks result in REFUSED answers.
+accept in queries. Shorter source masks result in REFUSED answers. Source mask 
+of 0 is always accepted. Default is 0.
 .TP
 .B max\-ecs\-tree\-size\-ipv4: \fI<number>\fR
 Specifies the maximum number of subnets ECS answers kept in the ECS radix tree.