hassio-addons / addon-adguard-home

AdGuard Home - Home Assistant Community Add-ons
https://addons.community
MIT License
374 stars 47 forks source link

fix: remove port from bootstrap DNS #500

Closed lupino3 closed 2 months ago

lupino3 commented 3 months ago

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

github-actions[bot] commented 2 months ago

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.