Warn about async-dns lack of support for search domains

This commit is contained in:
Christopher Batey 2018-11-01 09:55:47 +00:00
parent 6329a7b77e
commit e242927d76
2 changed files with 4 additions and 2 deletions

View file

@ -2,7 +2,9 @@
@@@ warning
`async-dns` does not currently support TCP fallback and so DNS repsonses may be truncated. See [#25460](https://github.com/akka/akka/issues/25460)
`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
@@@