mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 08:35:53 +03:00
[GH-ISSUE #1666] If an external socks server is used, where does hostname resolution happen? #1659
Labels
No labels
Discussion
Feature request
In Progress...
Plugins
Waiting response
Windows
Windows
bug
duplicate
enhancement
feature
good first issue
iOS
macOS 10.11
question
wontfix
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Proxyman#1659
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 @seidnerj on GitHub (Jun 6, 2023).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1666
In some software, there's a distinction between socks5 and socks5h. In my case, I suspect the DNS queries are being executed from my local machine and not from the socks server itself.
Would be great to get a clarification.
Thanks!
@NghiaTranUIT commented on GitHub (Jun 7, 2023):
Yes, it's. The DNS is handled on your mac. If you'd like to change the DNS, you can do it in System Setting -> Wifi -> Detailed -> DNS.
@seidnerj commented on GitHub (Jun 7, 2023):
But in the case of a socks proxy I want to be able to define that DNS resolution should be handled by the proxy server, is that not possible today?
@NghiaTranUIT commented on GitHub (Jun 7, 2023):
yes, it's not implemented in the latest build.
@seidnerj commented on GitHub (Jun 7, 2023):
Got it, can I open a feature request for this?
@seidnerj commented on GitHub (Jun 7, 2023):
Opened a feature request here:
https://github.com/ProxymanApp/Proxyman/issues/1668
Closing this question for now, thanks!