amphp / dns

Async DNS resolution for PHP based on Amp.

Home Page:https://amphp.org/dns

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for LOCALDOMAIN and search

kelunik opened this issue · comments

I think we currently do not support search nor LOCALDOMAIN (env variable for per-process override).

search support should also respect ndots option which acording to resolv.c should check if there is enough dots in queried domain before combining it with search domains.