mirror of
https://github.com/nadoo/glider.git
synced 2025-02-23 01:15:41 +08:00
update doc
This commit is contained in:
parent
92d99d923c
commit
f5052770c0
10
README.md
10
README.md
@ -1,6 +1,13 @@
|
||||
# glider
|
||||
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
|
||||
Binary:
|
||||
- [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
|
||||
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
|
||||
|
||||
# check duration
|
||||
checkduration=30
|
||||
```
|
||||
|
@ -5,7 +5,7 @@
|
||||
#
|
||||
# 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 ----------------->|
|
||||
# Listener --> | | Internet
|
||||
|
Loading…
Reference in New Issue
Block a user