mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-23 16:20:26 -05:00
- Fix #502: explain that do-ip6 disable does not stop AAAA lookups,
but it stops the use of the ipv6 transport layer for DNS traffic. git-svn-id: file:///svn/unbound/trunk@3113 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
c19f818c52
commit
3ff8c72549
2 changed files with 7 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
|
11 April 2014: Wouter
|
||||||
|
- Fix #502: explain that do-ip6 disable does not stop AAAA lookups,
|
||||||
|
but it stops the use of the ipv6 transport layer for DNS traffic.
|
||||||
|
|
||||||
10 April 2014: Wouter
|
10 April 2014: Wouter
|
||||||
- iana portlist updated.
|
- iana portlist updated.
|
||||||
- Patch from Hannes Frederic Sowa for Linux 3.15 fragmentation
|
- Patch from Hannes Frederic Sowa for Linux 3.15 fragmentation
|
||||||
|
|
|
||||||
|
|
@ -310,7 +310,9 @@ Enable or disable whether ip4 queries are answered or issued. Default is yes.
|
||||||
.B do\-ip6: \fI<yes or no>
|
.B do\-ip6: \fI<yes or no>
|
||||||
Enable or disable whether ip6 queries are answered or issued. Default is yes.
|
Enable or disable whether ip6 queries are answered or issued. Default is yes.
|
||||||
If disabled, queries are not answered on IPv6, and queries are not sent on
|
If disabled, queries are not answered on IPv6, and queries are not sent on
|
||||||
IPv6 to the internet nameservers.
|
IPv6 to the internet nameservers. With this option you can disable the
|
||||||
|
ipv6 transport for sending DNS traffic, it does not impact the contents of
|
||||||
|
the DNS traffic, which may have ip4 and ip6 addresses in it.
|
||||||
.TP
|
.TP
|
||||||
.B do\-udp: \fI<yes or no>
|
.B do\-udp: \fI<yes or no>
|
||||||
Enable or disable whether UDP queries are answered or issued. Default is yes.
|
Enable or disable whether UDP queries are answered or issued. Default is yes.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue