-
Notifications
You must be signed in to change notification settings - Fork 14
Description
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