mirror of
https://github.com/nadoo/glider.git
synced 2025-02-24 01:45:39 +08:00
33 lines
607 B
Plaintext
33 lines
607 B
Plaintext
|
|
|
|
forward=http://forwarder1:8080
|
|
|
|
# first connect forwarder2 then forwarder3 then internet
|
|
forward=http://forwarder2:8080,socks5://forwarder3:1080
|
|
|
|
|
|
# Round Robin mode: rr
|
|
# High Availability mode: ha
|
|
strategy=rr
|
|
# forwarder health check
|
|
check=http://www.msftconnecttest.com/connecttest.txt#expect=200
|
|
checkinterval=30
|
|
|
|
# specify a different dns server(if need)
|
|
dnsserver=208.67.222.222:53
|
|
|
|
# as a ipset manager
|
|
ipset=glider
|
|
|
|
# specify destinations
|
|
include=office.list
|
|
|
|
domain=example1.com
|
|
domain=example2.com
|
|
# matches ip
|
|
ip=1.1.1.1
|
|
ip=2.2.2.2
|
|
# matches a ip net
|
|
cidr=192.168.100.0/24
|
|
cidr=172.16.100.0/24
|