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
2018-06-21 18:25:17 +08:00
doc trival 2018-06-05 13:03:14 -05:00
images Add files via upload 2017-11-21 14:46:14 -06:00
lib endianness macro, fix mac warning 2018-06-14 08:46:37 -07: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 trival 2017-08-19 12:25:50 +08:00
common.cpp trival 2018-06-19 14:04:57 +08:00
common.h fix cygwin compile 2018-06-18 22:32:43 +08:00
connection.cpp renamed id_t to avoid conflict on bsd 2018-06-15 00:50:47 -05:00
connection.h renamed id_t to avoid conflict on bsd 2018-06-15 00:50:47 -05:00
Dockerfile Add ENTRYPOINT for convenience 2017-09-26 10:10:05 +08:00
encrypt.cpp added some TODOs 2018-02-18 21:18:31 -06:00
encrypt.h added some TODOs 2018-02-18 21:18:31 -06: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 fix print format 2018-06-20 03:45:36 -07:00
makefile fix print format 2018-06-20 03:45:36 -07:00
misc.cpp --enable-color, fix a segment fault 2018-06-20 00:41:13 +08:00
misc.h implement dummy socket 2018-06-15 11:47:57 -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 add a log 2018-06-20 21:06:31 +08:00
network.h mingw works 2018-06-19 00:36:53 +08:00
pcap_wrapper.cpp simplify pcap_wrapper code 2018-06-19 11:40:22 +08:00
pcap_wrapper.h delete useless extern c 2018-06-18 22:44:37 +08: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