UDP Over SSH ( VoIP ) #436
Replies: 3 comments
-
|
SSH is TCP-only. If someone adds some private extensions to the SSH protocol, they should change the name and not call it SSH. It has been too bad that V2Ray and Xray and others always pollutes other's protocols and breaks the interoperability. Why should I continue doing that? |
Beta Was this translation helpful? Give feedback.
-
|
Some applications do support UDP over SSH, which is especially useful for gaming and audio/video calls. For example, an app called NetMod Syna uses only SSH for this purpose. It works by installing a tool called badvpn on the server (I’ll send the link below). Once that’s set up, SSH clients that have added and configured this UDP capability can easily handle gaming and voice/video traffic. This is just a suggestion because your app truly works flawlessly, and I’m sure many more people would use it if this feature were added. Thanks again! https://github.com/idtunnel/UDPGW-SSH/blob/master/README.md |
Beta Was this translation helpful? Give feedback.
-
|
No, SSH is SSH and UDPGW is UDPGW. I have removed all protocols that can't work dedicatedly and rely on other protocols to work (e.g. ShadowTLS). Same for UDPGW. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Thank you for your excellent app. It works very well and the quality is great. However, I have one major issue: it doesn’t seem to support UDP when connecting via SSH.
Could you please add UDP support to it? In other apps, we usually set this to port 7300 or configure the port manually. Alternatively, if this feature is already available in the app and I just can’t find it, I would really appreciate it if you could guide me.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions