hiddify-next
hiddify-next copied to clipboard
does not use the specified port of endpoint in warp
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)
- import warp config with custom endpoint(warp://ip:port/...)
- try to connect to the endpoint
- 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!)