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
2.93k stars 406 forks source link

glider can only forward same protocol? Does it support protocol conversion? #406

Open incity opened 2 months ago

incity commented 2 months ago
  1. http proxy client <--> glider socks5 forwarder [test OK]
  2. v2ray client (socks5) <-- --> glider http forwarder [test NG]
    2024/04/24 12:25:55 server.go:147: [socks5u] remote dial error: not supported
    2024/04/24 12:25:55 server.go:147: [socks5u] remote dial error: not supported
    2024/04/24 12:25:55 server.go:147: [socks5u] remote dial error: not supported

so glider only support http to socks5, do not support sock5 to http?