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

rDNS queries every 5 seconds to resolve clients ip #1520

Closed
cyruz-git opened this issue Mar 27, 2020 · 2 comments
Closed

rDNS queries every 5 seconds to resolve clients ip #1520

cyruz-git opened this issue Mar 27, 2020 · 2 comments
Labels

Comments

@cyruz-git
Copy link

Hello guys, running 0.101.0 on OpenWRT here.

I'm trying to configure AGH so that it can resolve my local devices ip addresses and populate the client list.

As of now I have been able to do it running dnsmasq as dhcp and dns listening on 5300 and setting the following upstreams on AGH:

[/lan/]127.0.0.1:5300
[/168.192.in-addr.arpa/]127.0.0.1:5300

Everything works but AGH starts a PTR query for every single device in my network every 5 seconds, spamming the query log with useless information.

I see that with #1478 AGH will populate the client list reading the /tmp/hosts/dhcp.cfg01411c. This is already great (and I will probably go this way when it will be released) but for anybody relying on the setup above I think that the PTR query timeout should be tuneable.

@ameshkov
Copy link
Member

Everything works but AGH starts a PTR query for every single device in my network every 5 seconds, spamming the query log with useless information.

That's weird, if it was successfully resolved, it should not be happening again.

Could you please record AGH log and share it with us?

  1. Configure AdGuard Home to collect logs:
    • Specify log_file
    • Set verbose to True
  2. Restart AdGuard Home and reproduce the issue
  3. Post the log file here.

@stale
Copy link

stale bot commented May 29, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

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

No branches or pull requests

2 participants