mirror of
https://github.com/status-im/consul.git
synced 2025-02-18 08:36:46 +00:00
website: Document DNS truncation. Fixes #144.
This commit is contained in:
parent
e128962b56
commit
fa4cb49feb
@ -113,4 +113,8 @@ SRV records.
|
|||||||
;; ADDITIONAL SECTION:
|
;; ADDITIONAL SECTION:
|
||||||
foobar.node.dc1.consul. 0 IN A 10.1.10.12
|
foobar.node.dc1.consul. 0 IN A 10.1.10.12
|
||||||
|
|
||||||
|
When the DNS query is performed using UDP, Consul will truncate the results
|
||||||
|
without setting the truncate bit. This is to prevent a redundant lookup over
|
||||||
|
TCP which generate additional load. If the lookup is done over TCP, the results
|
||||||
|
are not truncated.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user