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

Add Config::loadSystemConfigBlocking() to load default system config #93

Merged
merged 1 commit into from
Feb 26, 2018

Conversation

clue
Copy link
Member

@clue clue commented Feb 25, 2018

This simple PR adds the skeleton for loading the default system config. As per #29 (comment) it does not actually load any configuration, it merely adds the API that should be consumed to load the configuration. This PR mostly exists to discuss this API and to give an idea how this can be consumed.

It also adds documentation that a Config may be empty, which makes sense for a number of reasons. Once this PR is in, I will update #92 to use this API so that the /etc/resolv.conf will be loaded as expected. Once this is in, I will file a PR to add Windows support and consider this feature complete for now.

Refs #29
Refs #92

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.

None yet

3 participants