mirror of
https://github.com/spr-networks/super.git
synced 2026-04-25 12:55:52 +03:00
[GH-ISSUE #159] fyi: updates wipes dns log history #40
Labels
No labels
blocked
bug
documentation
enhancement
fixed
fixed ✅
hardening
implemented
installer
multicast
p1
p2
pending
podman
pull-request
security
testing
v1
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/super#40
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 @0vercl0k on GitHub (Jun 1, 2023).
Original GitHub issue: https://github.com/spr-networks/super/issues/159
I'm not quite sure if it's on purpose or not but it seems like doing an update does wipe the dns logging (successful & blocked queries); figured I'd open an issue just in case it's not on purpose :)
@lts-rad commented on GitHub (Jun 1, 2023):
@0vercl0k we should add some documentation here. for a long time, the dns log has been just an in-memory store, so restarting cleans it up along with the traffic accounting and history.
recently we've added an event db. we already let people configure storing events there, but have not yet integrated the UI & backend everywhere to work with it. we have some stuff around dns planned for ease of use (like temporarily unblocking a domain for a specific device with single-click instead of what we have today)
@0vercl0k commented on GitHub (Jun 2, 2023):
Cool man, no worries - I figured this worked the intended way but figured I'd mention it in case it isn't!
Feel free to close!