-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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 PTR records leak local IP #2656
Labels
duplicate
Duplicate or merged issues.
Comments
Could you please provide a little bit more info, do you mean that AG sends PTR queries for your LAN clients to upstreams? |
Local Network Info:
Problem:
Inquiries:
|
@ainar-g waiting for you to triage |
Sorry, I've been busy with the v0.105.1 hotfixes. Once we're done with this one, I'll thoroughly research this one. |
Sounds like this one: #2704 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Prerequisites
I'm running the latest Beta of AdGuard Home on Raspberry Pi 2. I do not host anything over WAN and use strict outbound-only NAT. AdGuard Home resolves DNS only for local clients.
Issue Details
Unless specifically blocked in custom filtering rules, AdGuard Home resolves rDNS PTR records that leak local clients' IP's (in reverse). If I enable DHCP Server or assign static DHCP leases, the custom filtering rules do not block rDNS PTR records that leak local clients' IP's. Wikipedia says that such leaks are a common problem for incorrectly-configured DNS servers.
Expected Behavior
The expected behavior is for such leaks not to happen and that custom rules to block outbound rDNS PTR records would work regardless of AdGuard Home's DHCP settings.
Additional Information
Strict SNI is enabled in AdGuardHome.yaml. Self-signed SSL Certificate is assigned as a local administration login security measure and domain name is left empty.
The text was updated successfully, but these errors were encountered: