mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2026-03-04 00:01:12 -05:00
short domain that resolves to AdGuardHome IP Address #1147
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#1147
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 @shreyaskarnik on GitHub (Dec 7, 2019).
It would be great to add a easy to remember domain such as
ad.guardwhich points to the AdGuardHome Web UI serving stats and configuration options. Currently have to remember/bookmark the AdGuardHome server IP address. Since AdGuardHome is installed and it owns the DNS lookups it can resolvead.guardto the host IP. This is very similar topi.hole/adminwhere the pihole resolves to the host ip.@ameshkov commented on GitHub (Dec 8, 2019):
Duplicate of https://github.com/AdguardTeam/AdGuardHome/issues/717
@ameshkov commented on GitHub (Dec 8, 2019):
Temporary solution: you can do this by adding a DNS rewrite manually (settings -> dns -> scroll down to dns rewrites)
@shreyaskarnik commented on GitHub (Dec 9, 2019):
Thanks for the workaround suggestion @ameshkov