mirror of
https://github.com/spr-networks/super.git
synced 2026-04-25 04:45:51 +03:00
[GH-ISSUE #166] ios/add domain override: trailing dot in the DNS name #44
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#44
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 8, 2023).
Original GitHub issue: https://github.com/spr-networks/super/issues/166
Originally assigned to: @lts-rad on GitHub.
I added a domain override using the 'Add Domain Override' menu but the DNS name included a trailing
.; likefoo.com..@lts-rad commented on GitHub (Jun 8, 2023):
Can clean up the UI here. It should work okay, I need to recall the reasoning for the trailing .
@0vercl0k commented on GitHub (Jun 8, 2023):
Oh interesting, I guess I didn't try to validate 😅 Also, the entry appears w/ the IP of the client once it has been added; it'd be nice if it could also show the associated name.
@lts-rad commented on GitHub (Jun 8, 2023):
yep can do re client names
to add some details on the trailing dot:
the name matching is recursive
https://github.com/spr-networks/coredns-block/blob/master/block.go#L384
the trailing dot makes it so that the end match is required so it doesnt match a prefix by mistake