mirror of
https://github.com/spr-networks/super.git
synced 2026-04-25 04:45:51 +03:00
[GH-ISSUE #297] merge rebinding protection and block plugin #130
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#130
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 @lts-rad on GitHub (Mar 13, 2024).
Original GitHub issue: https://github.com/spr-networks/super/issues/297
Originally assigned to: @lts-rad on GitHub.
right now an override does not allow an ip under rebinding protection to be permitted. this is not intuitive behavior.
to fix this, the rebinding plugin will be merged into the block plugin.
old behavior:
new behavior:
@lts-rad commented on GitHub (Mar 13, 2024):
another pain point is the https://coredns.io/plugins/cache/ plugin versus block.
right now it will cache with NXDOMAIN.
looking at the docs, https://coredns.io/plugins/cache/
there is an option to not cache SERVFAIL. but we return NXDOMAIN instead so cant leverage it. doesnt seem like any straight fordard way to evict from cache. one option is to fork the cache plugin and use our own fork for this purpose, and then try to merge the changes upstream.
@lts-rad commented on GitHub (Mar 13, 2024):
this is now in the dev branch