hiddify-next icon indicating copy to clipboard operation
hiddify-next copied to clipboard

does not use the specified port of endpoint in warp

Open FDeghy opened this issue 1 year ago • 0 comments

Search first

  • [X] I searched and no similar issues were found

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.

  • [ ] I'm willing to submit a PR (Thank you!)

FDeghy avatar Jul 26 '24 12:07 FDeghy