Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for extended macOS configurations #69

Closed
mmenozzi opened this issue Dec 25, 2017 · 1 comment
Closed

Support for extended macOS configurations #69

mmenozzi opened this issue Dec 25, 2017 · 1 comment

Comments

@mmenozzi
Copy link

As stated at https://github.com/amphp/artax/issues/150, it seems that macOS resolver looks at /etc/resolver directory to get the nameserver to use for a certain TLD. For example if you put the file /etc/resolver/dev with content 127.0.0.1, the local nameserver will be used for all the *.dev domains.

This behavior should be supported by this library.

@kelunik
Copy link
Member

kelunik commented Jan 13, 2018

Just a note for future readers: This requires a configuration format change and is therefore a BC break. It might be considered to implement this in the same release as #70, but that one might not need a BC break depending on the solution.

@kelunik kelunik changed the title Support for macOS resolver Support for extended macOS configurations Apr 21, 2018
@kelunik kelunik closed this as not planned Won't fix, can't repro, duplicate, stale Jan 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants