nadoo / glider

glider is a forward proxy with multiple protocols support, and also a dns/dhcp server with ipset management features(like dnsmasq).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

opvexe opened this issue · comments

my config


# Verbose mode, print logs
verbose=True

listen=:8443

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

strategy=rr
  • run ok

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
  • connect 403

example2:

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

  • connect 403