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
wangyu ca4a5d3417 modify scheme of cfb 2020-07-14 11:41:21 -04:00
doc trival 2018-06-05 13:03:14 -05:00
images move images 2018-06-23 17:26:25 -05:00
lib modify scheme of cfb 2020-07-14 11:41:21 -04: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
Dockerfile Add ENTRYPOINT for convenience 2017-09-26 10:10:05 +08: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
README.md Update README.md 2018-06-21 18:25:17 +08:00
client.cpp merge up to f68c6e2 2020-07-14 08:01:48 -04:00
common.cpp get_current_time_us() never goes back now 2019-04-07 18:21:30 +08:00
common.h add wepoll target 2020-07-14 10:08:51 -04:00
connection.cpp merge up to f68c6e2 2020-07-14 08:01:48 -04:00
connection.h merge ee787e0 2020-07-14 07:21:03 -04:00
encrypt.cpp modify scheme of cfb 2020-07-14 11:41:21 -04:00
encrypt.h modify scheme of cfb 2020-07-14 11:41:21 -04: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
log.cpp refactor 2017-09-24 03:14:08 -05:00
log.h refactor 2017-09-24 03:14:08 -05:00
main.cpp add wepoll target 2020-07-14 10:08:51 -04:00
makefile add wepoll target 2020-07-14 10:08:51 -04:00
misc.cpp merge up to f68c6e2 2020-07-14 08:01:48 -04:00
misc.h split main.cpp into main.cpp and client.cpp 2018-08-29 02:10:46 -05: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
my_ev_common.h debug code 2018-06-19 00:15:58 +08:00
network.cpp add wepoll target 2020-07-14 10:08:51 -04:00
network.h add wepoll target 2020-07-14 10:08:51 -04: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

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