[GH-ISSUE #1668] Support server-side DNS resolution when using Socks5h for internal/external proxy #1663

Open
opened 2026-03-03 19:53:16 +03:00 by kerem · 1 comment
Owner

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).

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).
Author
Owner

@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 👍

<!-- gh-comment-id:1582695732 --> @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 👍
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Proxyman#1663
No description provided.