mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2026-03-04 00:01:12 -05:00
Allow creation of DNS record when adding a client #1764
Labels
No labels
P1: Critical
P2: High
P3: Medium
P4: Low
UI
bug
cannot reproduce
compatibility
dependencies
docker
documentation
duplicate
enhancement
enhancement
external libs
feature request
good first issue
help wanted
infrastructure
invalid
localization
needs investigation
performance
potential-duplicate
question
recurrent
research
snap
waiting for data
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/AdGuardHome#1764
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @timcappalli on GitHub (Jul 18, 2020).
Problem Description
When not using AGH as the DHCP server, if you want your hosts to display in the UI instead of an IP, you have to manually define client name to IP mappings. Now if you want to be able to also resolve those clients across the network, you now have to go over and create a rewrite rule entry.
Proposed Solution
I'm proposing that tab area of the Client settings be extended to include a new section that allows creation of a DNS record.
The result would be a new DNS rewrite rule that is created and kept in sync with any changes made to the client entry. The API should also be extended to support these new config options.
Alternatives Considered
The alternative is to manually create both and risk them being "out of sync" after changes.
Additional Information
@iceman73 commented on GitHub (Jul 20, 2020):
Would be nice as well if DNSMASQ could share the lease information with Adguard home to ensure easy automated entry here.
@timcappalli commented on GitHub (Jul 20, 2020):
Please create a separate request for that.
@Aikatsui commented on GitHub (Aug 1, 2020):
Mentioned in #997 (for add to client settings)
@mdehaas commented on GitHub (Nov 9, 2020):
Would this include the ability to configure a domain suffix which is appended to all leases? If so this has my vote!