diff --git a/README.md b/README.md index 960a6ab..ce2c7fc 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # goproxy -[![build](https://img.shields.io/travis/rust-lang/rust.svg?style=plastic)](https://github.com/snail007/goproxy/) -[![Github All Releases](https://img.shields.io/github/downloads/atom/atom/total.svg?style=plastic)](https://github.com/snail007/goproxy/releases) -[![GitHub release](https://img.shields.io/github/release/qubyte/rubidium.svg?style=plastic)](https://github.com/snail007/goproxy/releases) +[![build](https://img.shields.io/travis/snail007/goproxy.svg?style=plastic)](https://github.com/snail007/goproxy/) +[![Github All Releases](https://img.shields.io/github/downloads/snail007/goproxy/total.svg?style=plastic)](https://github.com/snail007/goproxy/releases) +[![GitHub release](https://img.shields.io/github/release/snail007/goproxy.svg?style=plastic)](https://github.com/snail007/goproxy/releases) # 30秒简介 proxy是golang实现的高性能http,https,websocket,tcp代理服务器.程序本身可以作为一级代理,如果设置了上级代理那么可以作为二级代理,乃至N级代理.如果程序不是一级代理,而且上级代理也是本程序,那么可以加密和上级代理之间的通讯,采用底层tls高强度加密,安全无特征.代理时会自动判断访问的网站是否屏蔽,如果被屏蔽那么就会使用上级代理(前提是配置了上级代理)访问网站;如果访问的网站没有被屏蔽,为了加速访问,代理会直接访问网站,不使用上级代理.