Improve question title in FAQ
This commit is contained in:
parent
4ec13c1b8e
commit
d7f95a9dc9
|
@ -1,6 +1,7 @@
|
||||||
# Frequently Asked Questions
|
# Frequently Asked Questions
|
||||||
|
|
||||||
### Q: Telegraf cannot resolve hostnames that are resolvable via `dig`, `host`, `nslookup`, etc.
|
### Q: Why do I get a "no such host" error resolving hostnames that other
|
||||||
|
programs can resolve?
|
||||||
|
|
||||||
Go uses a pure Go resolver by default for [name resolution](https://golang.org/pkg/net/#hdr-Name_Resolution).
|
Go uses a pure Go resolver by default for [name resolution](https://golang.org/pkg/net/#hdr-Name_Resolution).
|
||||||
This resolver behaves differently than the C library functions but is more
|
This resolver behaves differently than the C library functions but is more
|
||||||
|
|
Loading…
Reference in New Issue