mirror of
https://github.com/abh/geodns.git
synced 2026-04-27 03:45:53 +03:00
[GH-ISSUE #26] Return NOERROR for "bar" if "foo.bar" exists #21
Labels
No labels
bug
bug
enhancement
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/geodns#21
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 @abh on GitHub (Jan 28, 2013).
Original GitHub issue: https://github.com/abh/geodns/issues/26
Currently we return NXDOMAIN for a partial match on a longer name ("bar" vs "foo.bar" when the latter exists).
We should be returning NOERROR instead.
@gpapilion commented on GitHub (May 19, 2014):
So, i just looked at this, and it seems like a one line fix, unless I'm missing something.
Do you want a patch for this?
--- edit
after reading the description more carefully, i think this is what you're looking for.