Skip to content

Conversation

@clue
Copy link
Member

@clue clue commented Feb 27, 2018

This simple PR updates the DNS dependency to take advantage of the new config loader to apply the system default DNS config on all supported platforms. The previous default DNS server 8.8.8.8 will only be used as a fallback if no other DNS server could be found.

Also, this PR targets reactphp/dns#96 which removed the dependency from react/dns to react/socket, which in turn depends on react/dns again. By removing this cyclic dependency, we can ensure Composer will automatically and correctly pick the latest installed version without having to specify the root package version. This change includes documentation updates and effectively reverts (the bad) parts of #54.

composer dependency graph

Resolves / closes #90
Refs reactphp/dns#93
Refs reactphp/dns#96

@clue clue added this to the v0.8.10 milestone Feb 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Client] Connector does not honor /etc/resolv.conf

3 participants