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

Disable rewrite min cache TTL for private local DNS? #7397

Open
3 tasks done
lux5am opened this issue Nov 2, 2024 · 0 comments
Open
3 tasks done

Disable rewrite min cache TTL for private local DNS? #7397

lux5am opened this issue Nov 2, 2024 · 0 comments

Comments

@lux5am
Copy link

lux5am commented Nov 2, 2024

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

I installed Adguardhome on openwrt without changing Dnsmasq as default DNS and dhcp server. I just add a firewall's port forward rule to forward client's DNS query to Adguardhome. It's working flawlessly.

I use this entries to forward all local DNS queries to local Dnsmasq

[//]127.0.0.1:53
[/lan/]127.0.0.1:53
[/local/]127.0.0.1:53

And rewrite min cache TTL to 1800.
But I want all the private DNS query keep its original TTL.
Any solution?

Proposed solution

Disable min cache TTL for private DNS if possible.

Alternatives considered and additional information

No response

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

No branches or pull requests

1 participant