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

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

Closed incity closed 4 months ago

incity commented 7 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?

github-actions[bot] commented 4 months ago

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days.