Prerequisites
The problem
The wiki page for the configuration does not mention the enabled flag for legacy DNS rewrites.
Proposed solution
rewrites: List of legacy DNS rewrites, where domain is the domain or wildcard you want to be rewritten and answer is IP address, CNAME record, A or AAAA special values. Special value A keeps A records from the upstream and AAAA keeps AAAA values from the upstream. The enable property is the status of the rewrite (enabled/disabled).
'rewrites':
- 'domain': example.com
'answer': 127.0.0.1
'enabled': true
- 'domain': '*.example.com'
'answer': A
'enabled': true
Alternatives considered and additional information
No response
Prerequisites
I have checked the Wiki and Discussions and found no answer
I have searched other issues and found no duplicates
I want to request a feature or enhancement and not ask a question
The problem
The wiki page for the configuration does not mention the
enabledflag for legacy DNS rewrites.Proposed solution
Alternatives considered and additional information
No response