Skip to content

Missing documentation in the wiki for the DNS rewrites enabled flag #8323

Description

@loikg

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 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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions