Haruue Icymoon f3f604b59a
refactor(tun): switch to xjasonlyu/tun2socks
fix: #306, #394, #185, #161

break changes:

we won't create or maintain the interface now, so it is user's duty to
create the tun interface, for example, with command like
  ip tuntap add dev hytun mode tun
(or maybe we can use songgao/water to keep this behavior unchanged).

correspondingly, the "address", "gateway", "mask", "dns", "persist"
options in the "tun" config have been removed.

in addition, please note xjasonlyu/tun2socks is licensed under GPLv3 and
hysteria is licensed under MIT, I don't ensure is it legal to use it as
a go mod, but there are too many requests related on it so whatever...
2022-08-10 02:43:07 +08:00
2022-07-06 14:38:24 -07:00
2022-06-26 11:06:17 -07:00
2022-07-06 18:26:11 -07:00
2021-11-09 17:49:34 +08:00
2022-08-04 16:00:11 -07:00
2022-05-17 15:02:24 +08:00

Logo

License Release Telegram Discussions

Hysteria is a feature-packed proxy & relay utility optimized for lossy, unstable connections (e.g. satellite networks, congested public Wi-Fi, connecting from China to servers abroad) powered by a customized QUIC protocol.

  • SOCKS5 proxy (TCP & UDP)
  • HTTP/HTTPS proxy
  • TCP/UDP relay
  • TCP/UDP TPROXY (Linux)
  • TCP REDIRECT (Linux)
  • TUN (TAP on Windows)
  • Still growing...

See wiki for documentation


Hysteria 是一个功能丰富的,专为恶劣网络环境进行优化的网络工具(双边加速),比如卫星网络、拥挤的公共 Wi-Fi、在中国连接国外服务器等。 基于修改版的 QUIC 协议。

  • SOCKS5 代理 (TCP & UDP)
  • HTTP/HTTPS 代理
  • TCP/UDP 转发
  • TCP/UDP TPROXY 透明代理 (Linux)
  • TCP REDIRECT 透明代理 (Linux)
  • TUN (Windows 下为 TAP)
  • 仍在增加中...

文档请见 wiki


Bench

Description
add support v2board to Hysteria2
Readme 10 MiB
Languages
Go 91%
Shell 4.4%
Python 4.4%
Dockerfile 0.2%