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

Setting for default timeout

kelunik opened this issue · comments

Currently we allow default timeouts on Linux via /etc/resolv.conf. On Windows there's no such thing we support. It would be cool to have a global setting for the timeout I think that can be set on Windows.

Relates to kelunik/acme-client#44.

This can now be implemented by passing a custom ConfigLoader in the Amp v2 version.