Skip to content

Avoid requiring resolver configuration #30

@mimi89999

Description

@mimi89999

Issue

The module currently requires a manually configured resolver, which can pose challenges in certain scenarios. For example, if an ISP changes its resolver server addresses, if the local network's resolver address is updated, or if the server is migrated to a different ISP, administrators may forget to update the resolver settings across all configurations. This is especially true for less obvious places like web server configurations.

The default configuration example uses a forwarder on localhost, but this may not always be available or top-of-mind for administrators when setting up the system. This dependency on a fixed resolver address increases the risk of configuration errors and disruptions.

Proposed Solution

It would be more robust and efficient to default to using the system resolver when no explicit resolver configuration is provided. This would ensure that the module adapts to changes in resolver configurations without requiring manual intervention in every affected location, significantly reducing the risk of errors.

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions