mirror of
https://github.com/mageddo/dns-proxy-server.git
synced 2026-04-26 01:45:59 +03:00
[GH-ISSUE #336] Does search names really need to be queried? #120
Labels
No labels
bug
confirmed
discussion
duplicate
enhancement
feature
feature-request
not-planned
pull-request
secondary-feature
stale
triage
waiting-feedback
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dns-proxy-server-mageddo#120
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 @mageddo on GitHub (Mar 4, 2023).
Original GitHub issue: https://github.com/mageddo/dns-proxy-server/issues/336
Whenever a search domain is queried DPS will get errors from remote server
/etc/resolv.conf
It just slow down things because it won't never be resolved, at least in my use case, I need to reasearch more about it
@mageddo commented on GitHub (Mar 17, 2023):
As answered here search domains are something supposed to be used on the intranet at the first place but don't think is an good idea to make such rule on DPS.
I will invest on https://github.com/mageddo/dns-proxy-server/issues/370 instead