nadoo / glider

glider is a forward proxy with multiple protocols support, and also a dns/dhcp server with ipset management features(like dnsmasq).
GNU General Public License v3.0
3.19k stars 439 forks source link

How to access: 8443, rotate and forward to http://user:password @127.0.0.1:80, http://user:password @On agents such as 127.0.0.1:81 #405

Closed opvexe closed 7 months ago

opvexe commented 7 months ago

my config


# Verbose mode, print logs
verbose=True

listen=:8443

forward=http://user:password@127.0.0.1:80

strategy=rr

example 1:

forward=http://user:password@127.0.0.1:80
forward=http://user:password@127.0.0.1:81
forward=http://user:password@127.0.0.1:82

example2:

forward=http://user:password@127.0.0.1:80,http://user:password@127.0.0.1:81