wangyu- / udp2raw

A Tunnel which Turns UDP Traffic into Encrypted UDP/FakeTCP/ICMP Traffic by using Raw Socket,helps you Bypass UDP FireWalls(or Unstable UDP Environment)
MIT License
7.28k stars 1.17k forks source link

Few questions to ask! #439

Closed hikris007 closed 1 year ago

hikris007 commented 2 years ago

I have a few questions to ask

  1. Can udp2raw be used for scientific internet access?
  2. is the encryption secure enough compared to v2ray?
  3. is it better than v2ray to disguise traffic from GFW?

I hope you can take time out of your busy schedule to answer these questions, thanks!

poorp commented 1 year ago

I am not an expert but from my own experience I can say:

  1. yes
  2. yes, if the encryption option you specify in udp2raw's config is a good one
  3. It can be at times, but v2ray certainly has a lot of options that can be used to disguise (using x-ui panel you can do many transport modes and tls options easily)
wangyu- commented 1 year ago
  1. is the encryption secure enough compared to v2ray?

I think none of udp2raw or v2ray or $$ is backended by a security team, if you need serious encryption you should use wireguard or openvpn or ssh proxy or something else.

see https://github.com/wangyu-/udp2raw/wiki/Notes-on-encryption

hikris007 commented 1 year ago

@wangyu- @poorp Thank you for your answer,have a great day!