Improve question title in FAQ

This commit is contained in:
Daniel Nelson 2017-09-05 17:12:36 -07:00
parent 4ec13c1b8e
commit d7f95a9dc9
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
# 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).
This resolver behaves differently than the C library functions but is more