From 81b26da3136195712939768ea9a093d1c847b547 Mon Sep 17 00:00:00 2001 From: Toby Date: Sat, 8 May 2021 19:52:21 -0700 Subject: [PATCH] Update README --- README.md | 11 ++++++++--- README.zh.md | 10 +++++++--- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 88017e3..0f50788 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,15 @@ [中文](README.zh.md) -Hysteria is a TCP/UDP relay & SOCKS5/HTTP proxy tool optimized for networks of poor quality (e.g. satellite connections, -congested public Wi-Fi, connecting from China to servers abroad) powered by a custom version of QUIC protocol. +Hysteria is a feature-packed network utility optimized for networks of poor quality (e.g. satellite connections, +congested public Wi-Fi, connecting from China to servers abroad) powered by a custom version of QUIC protocol. It +currently has the following features: (still growing!) -It is essentially a spiritual successor of my abandoned project https://github.com/dragonite-network/dragonite-java +- SOCKS5 proxy (TCP & UDP) +- HTTP/HTTPS proxy +- TCP/UDP relay +- TCP/UDP TPROXY (Linux only) +- TUN/TAP ## Installation diff --git a/README.zh.md b/README.zh.md index 0ff71a2..326ac78 100644 --- a/README.zh.md +++ b/README.zh.md @@ -14,10 +14,14 @@ [6]: https://t.me/hysteria_github -Hysteria 是专门针对恶劣网络环境进行优化的 TCP/UDP 转发和代理工具(双边加速),比如卫星网络、拥挤的公共 Wi-Fi、在中国连接国外服务器等。 -基于修改版的 QUIC 协议。 +Hysteria 是一个功能丰富的,专为恶劣网络环境进行优化的网络工具(双边加速),比如卫星网络、拥挤的公共 Wi-Fi、在中国连接国外服务器等。 +基于修改版的 QUIC 协议。目前有以下模式:(仍在增加中) -是我此前弃坑的项目 https://github.com/dragonite-network/dragonite-java 的续作。 +- SOCKS5 代理 (TCP & UDP) +- HTTP/HTTPS 代理 +- TCP/UDP 转发 +- TCP/UDP TPROXY 透明代理 (Linux) +- TUN/TAP ## 下载安装