Add warning about nsswitch to dns docs (#25889)

This commit is contained in:
Christopher Batey 2018-11-09 08:06:17 +00:00 committed by Johan Andrén
parent 3744baf82f
commit 847a7c1afd

View file

@ -3,8 +3,10 @@
@@@ warning
`async-dns` does not support:
* [Local hosts file](https://github.com/akka/akka/issues/25846) e.g. `/etc/hosts` on Unix systems
* [Search domains](https://github.com/akka/akka/issues/25825) e.g. in `/etc/resolve.conf` on Unix systems
* The [nsswitch.conf](https://linux.die.net/man/5/nsswitch.conf) file (no plan to support)
@@@