hiddify / hiddify-app

Multi-platform auto-proxy client, supporting Sing-box, X-ray, TUIC, Hysteria, Reality, Trojan, SSH etc. It’s an open-source, secure and ad-free.
https://hiddify.com
Other
18.04k stars 1.61k forks source link

does not use the specified port of endpoint in warp #1109

Open FDeghy opened 4 months ago

FDeghy commented 4 months ago

Search first

What Happened?

warp://ip:port/... از آیپی استفاده میکنه برای endpoint ولی از پورت رندوم استفاده میکنه نه اونی که مشخص شده. It uses the IP for the endpoint, but uses a random port, not the specified one.

Minimal Reproducible Example (MRE)

  1. import warp config with custom endpoint(warp://ip:port/...)
  2. try to connect to the endpoint
  3. it uses the ip but not the port when connecting to warp

Expected Behavior

No response

Version

v1.9.0

Platform/OS

Android, Windows

Additional Context

No response

Application Config Options

No response

Relevant log output

No response

Are you willing to submit a PR? If you know how to fix the bug.

titancomputer commented 2 months ago

try v2.3.0 and check if problem has been solved or not