mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2026-03-04 00:01:12 -05:00
Search/filter logs from resolved IPs #3708
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#3708
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 @KamistixX on GitHub (Jun 1, 2022).
Prerequisites
Problem Description
This feature would be extremely useful in certain cases. Sometimes, we would like to know which domains were requested by a certain device, but we only have knowledge of the resolved IP from ie. firewall logs. The reason for looking for this particular info is that I would like to create outbound firewall rules based on destination domains rather than destination IPs, whenever it is possible.
Proposed Solution
Being able to search/filter from resolved IPs in AdGuard Home request logs would allow us to go back to the original DNS queries that were initiated from the device to dial this/these particular IPs.
Alternatives Considered
None.
Additional Information
None.
@ainar-g commented on GitHub (Jun 1, 2022):
Merging into #1933.