-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
B-bugBug: general classificationBug: general classificationD-node-libcurlDependency: Node LibcurlDependency: Node LibcurlP-criticalPriority: CriticalPriority: CriticalS-shippedStatus: ShippedStatus: ShippedS-verifiedStatus: Verified by maintainerStatus: Verified by maintainer
Milestone
Description
Describe the bug
Latest version of insomnia doesn't use local dns server if there are any other options
To Reproduce
Steps to reproduce the behavior:
- Configure local dns server
- Configure local dns server as preferred and some other server as alternative (for example 1.1.1.1)
- Make a request to the domain which should be resolved with local dns server
- See
Error: Couldn't resolve host name - If you capture traffic with wireshark or check logs of local dns server, you can see that it didn't receive any queries
Expected behavior
Insomnia uses local dns server for dns lookups
Screenshots
DNS lookup when making request with Insomnia 2021.1.1

DNS lookup when making request with Chrome

DNS lookup when making request with Insomnia 2021.2.0

Desktop:
- OS: Windows 10
- Installation Method: Installer from github releases
- App Version: 2021.2.0
Additional context
If you remove all dns servers except the localhost, then insomnia will use localhost.
dperetti
Metadata
Metadata
Assignees
Labels
B-bugBug: general classificationBug: general classificationD-node-libcurlDependency: Node LibcurlDependency: Node LibcurlP-criticalPriority: CriticalPriority: CriticalS-shippedStatus: ShippedStatus: ShippedS-verifiedStatus: Verified by maintainerStatus: Verified by maintainer