mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 08:35:53 +03:00
[GH-ISSUE #1668] Support server-side DNS resolution when using Socks5h for internal/external proxy #1663
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#1663
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 7, 2023).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1668
Description
Socks5 usually indicates that host name resolution to IP address happens on the client side whereas Socks5h denotes it happens on the server side. It would be great to have support for server-side DNS resolution (AKA "socks5h")
Why this feature/change is important?
Many times, the result of responses differ depending on what IP you connect to (e.g. geographical considerations etc.).
When proxying through Proxyman using an external socks proxy, resolution happens where Proxyman is installed, while all other traffic goes through the socks server is intended, this creates inconsistent results comparing to connecting directly to the Socks server which is confusing an undesirable.
The same is true when Proxyman supports a socks proxy as well (not just for an external proxy).
@NghiaTranUIT commented on GitHub (Jun 8, 2023):
Proxyman only supports SOCKS4 and SOCKS5, but not
socks5h. I'd keep this ticket open, if we have more requests, I can consider to support it 👍