mirror of
https://github.com/nadoo/glider.git
synced 2025-02-24 01:45:39 +08:00
23 lines
427 B
Plaintext
23 lines
427 B
Plaintext
|
|
|
|
# Verbose mode, print logs
|
|
verbose=True
|
|
|
|
listen=:8443
|
|
|
|
# first connect forwarder1 then forwarder2 then internet
|
|
forward=http://forwarder1:8080,socks5://forwarder2:1080
|
|
forward=http://1.1.1.1:8080
|
|
|
|
# Round Robin mode: rr
|
|
# High Availability mode: ha
|
|
strategy=rr
|
|
|
|
# forwarder health check
|
|
check=http://www.msftconnecttest.com/connecttest.txt#expect=200
|
|
checkinterval=30
|
|
|
|
|
|
# NOTE HERE:
|
|
# Specify a rule file
|
|
rulefile=bypass.rule |