Bug: Search paths get appended to every resolution, causing failed DNS lookups #37
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
continuwuation/resolvematrix#37
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?
Quote from
@odd:oddware.netin dev room (second link):See-Also:
I believe this happens due to these lines in c10y:
However, it was my understanding that
domainandsearchonly got applied to non-qualified domains (domains without periods). Somewhere in that code that fails, and I am unsure of why.Resolvematrix' default resolver gets created like this, without explicitly setting any options:
I would assume the default options also use
searchanddomain, but I may be mistaken in that assumption.Usually, the
ndotsoption is what would say if the search domain should be used:The default for hickory-resolver is 1, i.e. 1 dot must be included before it is assumed to include the TLD, and the search domain gets ignored. According to the
resolv.conf(5)man page, the default here is also 1.I suspect the original reporters might have changed the ndots options on their systems, because there was no change to how the DNS resolver is built before and after the rewrite. Will ask reporters directly.