Fixed a bug which may cause bind port fail in log and the program to exit by itself.
https://github.com/wangyu-/udp2raw-tunnel/issues/222
(For Winodws/MacOS/BSD version , check this repo)
Assets
3
Added --raw-mode easyfaketcp similar to windows/mac version. But its not suggested to use, unless you dont have permission to add iptables.
Fixed a few logs format.
20180830.1 Fixed a problem which may cause segment fault.
20180830.2 Sync update of mp version
Assets
3
wangyu-
released this
Added ipv6 support.
Added new cipher-mode aes128cfb and new auth-mode hmac_sha1
New option --dev, allow you to bind raw socket to a specific device/interface, not necessary but it increases performance. (example: --dev eth0)
20180728.1 fixed a bug in 20180728.0
Assets
3
Mute duplicated rst==1 logs, if you got too many of them. Configurable with the --max-rst-to-show option.
the file in this release
(20180225.1 fixed a problem which may cause segment fault in 20180225.0, bd57171 )
INFO 2018/06/20
Winodws/MacOS/BSD version has been released, check this repo
Windows/MacOS/BSD版已经发布了,不再需要虚拟机,可以去 这里 下载
Assets
3
wangyu-
released this
New option --retry-on-error, allow you to run udp2raw before network is initialized. Especially useful for startup scripts.