Skip to content

Commit

Permalink
Improve question title in FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnelson committed Sep 6, 2017
1 parent 4ec13c1 commit d7f95a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/FAQ.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d7f95a9

Please sign in to comment.