[GH-ISSUE #166] ios/add domain override: trailing dot in the DNS name #44

Closed
opened 2026-03-04 01:34:22 +03:00 by kerem · 3 comments
Owner

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 .; like foo.com..

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 `.`; like `foo.com.`.
kerem closed this issue 2026-03-04 01:34:22 +03:00
Author
Owner

@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 .

<!-- gh-comment-id:1581711146 --> @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 .
Author
Owner

@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.

<!-- gh-comment-id:1581829021 --> @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.
Author
Owner

@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

<!-- gh-comment-id:1582893904 --> @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
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/super#44
No description provided.