glider/config/examples/4.multiple_forwarders/glider.conf

22 lines
520 B
Plaintext
Raw Normal View History

2017-07-30 11:44:34 +08:00
# Verbose mode, print logs
verbose=True
listen=:8443
# first connect forwarder1 then forwarder2 then internet
2017-07-30 13:04:57 +08:00
forward=http://forwarder1:8080,socks5://forwarder2:1080
2017-07-30 11:44:34 +08:00
forward=http://1.1.1.1:8080
# Round Robin mode: rr
# High Availability mode: ha
strategy=rr
# Used to connect via forwarders, if the host is unreachable, the forwarder
# will be set to disabled.
# MUST be a HTTP website server address, format: HOST[:PORT]. HTTPS NOT SUPPORTED.
checkwebsite=www.apple.com
2017-07-30 11:44:34 +08:00
# check duration(seconds)
checkduration=30