diff --git a/README.md b/README.md index 3db37dc..f2a3e04 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,7 @@ English | [🇨🇳中文](README_ZH.md) ![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/telanflow/mps) [![license](https://img.shields.io/github/license/telanflow/mps)](https://github.com/telanflow/mps/LICENSE) -MPS (middle-proxy-server) is an high-performance middle proxy library. support HTTP, HTTPS, Websocket, ForwardProxy, ReverseProxy, MitmProxy. - -It's still under development. +MPS (middle-proxy-server) is an high-performance middle proxy library. support HTTP, HTTPS, Websocket, ForwardProxy, ReverseProxy, TunnelProxy, MitmProxy. ## 🚀 Features - [X] Http Proxy diff --git a/README_ZH.md b/README_ZH.md index 6aef4eb..20bf8ff 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -5,9 +5,13 @@ [English](README.md) | 🇨🇳中文 ## 📖 介绍 -MPS 是一个高性能的中间代理扩展库,支持 HTTP、HTTPS、Websocket、正向代理、反向代理、中间人等代理方式。 +![MPS](https://github.com/telanflow/mps/workflows/MPS/badge.svg) +![stars](https://img.shields.io/github/stars/telanflow/mps) +![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/telanflow/mps) +![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/telanflow/mps) +[![license](https://img.shields.io/github/license/telanflow/mps)](https://github.com/telanflow/mps/LICENSE) -它还在开发中。 +MPS 是一个高性能的中间代理扩展库,支持 HTTP、HTTPS、Websocket、正向代理、反向代理、隧道代理、中间人代理 等代理方式。 ## 🚀 特性 - [X] Http代理