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)
Go to file
2019-04-07 18:21:30 +08:00
doc trival 2018-06-05 13:03:14 -05:00
images move images 2018-06-23 17:26:25 -05:00
lib syn update of linux version. for aes128cfb and hmac_sha1 2018-07-24 19:05:21 +08:00
libev mingw compiles but not work yet 2018-06-18 21:50:57 +08:00
third-party moved luci-app-udp2raw and openwrt-makefile to new repo 2018-01-20 16:25:05 -06:00
.gitattributes add .gitattributes 2018-06-23 15:55:37 +08:00
client.cpp fixed get_sock_error() format on windows 2018-11-13 20:29:37 +08:00
common.cpp get_current_time_us() never goes back now 2019-04-07 18:21:30 +08:00
common.h reduce diff 2018-08-29 20:03:04 -05:00
connection.cpp fixed a core 2018-08-31 12:21:46 -05:00
connection.h reduce diff with non-mp version, its only compiles, function is broken 2018-08-28 17:06:04 -05:00
Dockerfile Add ENTRYPOINT for convenience 2017-09-26 10:10:05 +08:00
encrypt.cpp fixed a core 2018-08-31 12:21:46 -05:00
encrypt.h syn update of linux version. for aes128cfb and hmac_sha1 2018-07-24 19:05:21 +08:00
example.conf trival 2017-08-26 08:25:38 -05:00
fd_manager.cpp debug code 2018-06-19 00:15:58 +08:00
fd_manager.h added missing files 2017-11-21 14:46:12 -06:00
ISSUE_TEMPLATE.md Create ISSUE_TEMPLATE.md 2017-11-22 18:50:33 -06:00
LICENSE.md 7.11 commit 2017-07-11 18:01:11 +08:00
log.cpp refactor 2017-09-24 03:14:08 -05:00
log.h refactor 2017-09-24 03:14:08 -05:00
main.cpp reduce diff 2018-08-29 17:07:50 -05:00
makefile split main.cpp into main.cpp and client.cpp 2018-08-29 02:10:46 -05:00
misc.cpp fix typo in code 2018-11-13 03:14:44 -06:00
misc.h split main.cpp into main.cpp and client.cpp 2018-08-29 02:10:46 -05:00
my_ev_common.h debug code 2018-06-19 00:15:58 +08:00
my_ev.cpp removed --lower-level 2018-06-06 20:53:02 -05:00
my_ev.h removed --lower-level 2018-06-06 20:53:02 -05:00
network.cpp fix \n in log 2018-11-13 05:58:22 -06:00
network.h new option --no-pcap-mutex 2018-11-13 02:08:32 -06:00
pcap_wrapper.cpp update pcap wrapper 2018-11-13 00:05:24 -06:00
pcap_wrapper.h update pcap wrapper 2018-11-13 00:05:24 -06:00
README.md Update README.md 2018-06-21 18:25:17 +08:00

udp2raw-multiplatform

image0

multi-platform(cross-platform) version of udp2raw, which supports Windows/Mac/BSD natively.

udp2raw的跨平台版协议兼容linux版的udpraw可以直接运行在Windows、Mac、BSD上。

Check Wiki for details.

更多信息,见 Wiki