From 7cb5ee79d78a4f36645153572a3fa10f9bcf40de Mon Sep 17 00:00:00 2001 From: snail007 Date: Wed, 13 Sep 2017 15:58:26 +0800 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 023ed4d..960a6ab 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # goproxy -[![Travis](https://img.shields.io/travis/rust-lang/rust.svg?style=plastic)](https://github.com/snail007/goproxy/) -[![Jenkins coverage](https://img.shields.io/jenkins/c/https/jenkins.qa.ubuntu.com/view/Utopic/view/All/job/address-book-service-utopic-i386-ci.svg?style=plastic)](https://github.com/snail007/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) # 30秒简介 proxy是golang实现的高性能http,https,websocket,tcp代理服务器.程序本身可以作为一级代理,如果设置了上级代理那么可以作为二级代理,乃至N级代理.如果程序不是一级代理,而且上级代理也是本程序,那么可以加密和上级代理之间的通讯,采用底层tls高强度加密,安全无特征.代理时会自动判断访问的网站是否屏蔽,如果被屏蔽那么就会使用上级代理(前提是配置了上级代理)访问网站;如果访问的网站没有被屏蔽,为了加速访问,代理会直接访问网站,不使用上级代理.