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

fix: remove port from bootstrap DNS #500

Closed
wants to merge 1 commit into from

Conversation

lupino3
Copy link

@lupino3 lupino3 commented Mar 11, 2024

This fixes a configuration parsing error.

Proposed Changes

This commit removes the port specification from the default AdGuard home bootstrap DNS.

The current configuration generates a parsing error:

2024/03/11 11:55:36 [error] Couldn't get logging settings from the configuration: yaml: unmarshal errors:
  line 3: cannot unmarshal !!str `1.1.1.1:53` into []string

This commit fixes the error and allows AdGuard home to keep parsing its configuration.

Related Issues

Fixes #499

This fixes a configuration parsing error.
Copy link

There hasn't been any activity on this pull request recently. This pull request has been automatically marked as stale because of that and will be closed if no further activity occurs within 7 days. Thank you for your contributions.

@github-actions github-actions bot added the stale There has not been activity on this issue or PR for quite some time. label Apr 11, 2024
@github-actions github-actions bot closed this Apr 19, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Apr 20, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
stale There has not been activity on this issue or PR for quite some time.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AdGuard only listens on 127.0.0.1
1 participant