-
Notifications
You must be signed in to change notification settings - Fork 1.9k
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
[Feature request] How to setup reverse DNS and add an A record #2452
Comments
Could you please be more specific? Reverse DNS and A records are a little bit different things |
sorry,it's two functions
|
@ameshkov, you mean, the Reverse DNS part? Not currently, but overall the extension seems to be trivial. Maybe for v0.106.0? We have enough on our plate for v0.105.0 currently. |
@ainar-g why can't I add |
@ameshkov, because different record types have different types of values, and we decode them into RRValues correspondingly. And we also need to catch the We could just put the value as verbatim text in the |
@ainar-g it should be explained in the documentation that some RRTypes don't support values yet. There're some that are rather important and would be useful to have in the first release:
Please check how complicated is it to add those. |
@ameshkov, As far as I can see, |
Here's how I suggest to deal with MX:
No complicated stuff is needed. |
Merge in DNS/urlfilter from 2102-dnsrewrite-2 to master Updates AdguardTeam/AdGuardHome#2102. Updates AdguardTeam/AdGuardHome#2452. Squashed commit of the following: commit bc2d41b Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Tue Dec 22 14:32:26 2020 +0300 all: handle ptr, mx, https, and svcb dns rewrites
Merge in DNS/adguard-home from 2102-dnsrewrite-2 to master Updates #2102. Updates #2452. Squashed commit of the following: commit b41e577 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Tue Dec 22 20:40:56 2020 +0300 dnsforward: improve naming commit 70b832c Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Tue Dec 22 19:36:21 2020 +0300 all: support more $dnsrewrite rr types
Should be possible as of v0.105.0-beta.2. @da-gongren, can you please update and check? |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Prerequisites
Problem Description
How to setup reverse DNS and add an A record
The text was updated successfully, but these errors were encountered: