mirror of
https://github.com/nadoo/glider.git
synced 2025-02-23 17:35:40 +08:00
31 lines
546 B
Plaintext
31 lines
546 B
Plaintext
|
|
|
|
# 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
|
|
|
|
|
|
# matches abc.com and *.abc.com
|
|
domain=abc.com
|
|
|
|
# matches 1.1.1.1
|
|
ip=1.1.1.1
|
|
|
|
# matches 192.168.100.0/24
|
|
cidr=192.168.100.0/24
|
|
|
|
domain=example1.com
|
|
domain=example2.com
|
|
domain=example3.com
|
|
ip=2.2.2.2
|
|
ip=3.3.3.3
|
|
cidr=172.16.0.0/24
|