mirror of
https://github.com/nadoo/glider.git
synced 2025-02-23 17:35:40 +08:00
30 lines
489 B
Plaintext
30 lines
489 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
|
|
|
|
checkwebsite=www.apple.com:443
|
|
checkduration=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
|