update doc

This commit is contained in:
nadoo 2017-07-23 01:57:05 +08:00
parent 92d99d923c
commit f5052770c0
2 changed files with 10 additions and 2 deletions

View File

@ -1,6 +1,13 @@
# glider # glider
glider is a forward proxy with several protocols support. glider is a forward proxy with several protocols support.
We can set up local listeners as proxy, and forward requests to internet via forwarders.
```
|Forwarder ----------------->|
Listener --> | | Internet
|Forwarder,Forwarder...----->|
```
## Install ## Install
Binary: Binary:
- [https://github.com/nadoo/glider/releases](https://github.com/nadoo/glider/releases) - [https://github.com/nadoo/glider/releases](https://github.com/nadoo/glider/releases)
@ -131,8 +138,9 @@ forward=http://1.1.1.1:8080,socks5://2.2.2.2:1080
# multiple upstream proxies forwad strategy # multiple upstream proxies forwad strategy
strategy=rr strategy=rr
# check address (to check a whether a forward proxy) # check address (to check whether a host is reachable via forward proxy)
checkhost=www.apple.com:443 checkhost=www.apple.com:443
# check duration # check duration
checkduration=30 checkduration=30
``` ```

View File

@ -5,7 +5,7 @@
# #
# Glider is a forward proxy with several protocols support. # Glider is a forward proxy with several protocols support.
# #
# You can set up local listeners as proxy, and forward requests to internet via forwarders. # We can set up local listeners as proxy, and forward requests to internet via forwarders.
# #
# |Forwarder ----------------->| # |Forwarder ----------------->|
# Listener --> | | Internet # Listener --> | | Internet