-
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
Additional validation in $dnsrewrite rules #2498
Comments
Presuming I understand the question correctly: I get quite a few There's also |
If I recall correctly, As for |
Updates AdguardTeam/AdGuardHome#2498. Updates AdguardTeam/AdGuardHome#2533. Squashed commit of the following: commit 7af563d Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Fri Mar 12 19:08:35 2021 +0300 all: imp docs, tests commit 4f48cd2 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Fri Mar 12 18:20:56 2021 +0300 all: add srv records, imp validations, tests
Closes AdguardTeam#2498. Updates AdguardTeam#2533. Squashed commit of the following: commit 452e0e7 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Fri Mar 12 19:33:18 2021 +0300 all: add srv handling to dnsrewrite filters
Updates AdguardTeam#2498. Updates AdguardTeam#2533. Squashed commit of the following: commit 9eec20a Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Mon Mar 15 16:53:29 2021 +0300 dnsforward: fix fqdn in some dns rewrites
Context: #2101, #2452, #2492.
We need to decide, which additional validations we want for the
$dnsrewrite
response modifier. Among the ones that are likely to be requested:MX
andPTR
rewrites.CNAME
rewrites.SVCB
/HTTPS
rewrites.Any more I've missed?
The text was updated successfully, but these errors were encountered: