Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conditional forwarding exclusions (pinpoint DNS zones) #1631

Open
tehmacs opened this issue Oct 23, 2024 · 0 comments
Open

Conditional forwarding exclusions (pinpoint DNS zones) #1631

tehmacs opened this issue Oct 23, 2024 · 0 comments

Comments

@tehmacs
Copy link

tehmacs commented Oct 23, 2024

I have a split-horizon DNS use-case in which some internal records are not stored in the internal authoritative DNS server and they must be resolved externally because I am proxying them through CloudFlare.

The DNS zone is the same for internal and external records, so I'm looking to accomplish something like this without any rewrites of sort:

conditional:
  mapping:
    myhost.mydomain.com: 1.1.1.1
    mydomain.com: 10.0.0.1

This is basically an exclusion to a conditional forwarding rule, or a pinpoint DNS zone if you prefer.

I tried this configuration but myhost.mydomain.com returns NXDOMAIN, is there any way to achieve this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant