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.06k stars 418 forks source link

When will IPv6 be supported as an outbound like v2ray? #415

Open wjsw1781 opened 2 months ago

wjsw1781 commented 2 months ago

v2ray可以开放socks类型的服务 然后把流量达到ipv6的网卡上作为最终出口 image

但是glider目前只能ipv4-->IPv4 ~~

Translated by ChatGPT: V2ray can provide SOCKS-type services and route the traffic to an IPv6 network card as the final outbound. However, Glider currently only supports IPv4 to IPv4.

nadoo commented 1 month ago

I don't use ipv6 but I think it's already supported like: glider -verbose -listen :8443 -interface IPv6Addr

alpominth commented 1 month ago

@nadoo

In my tests, Glider can bind to only one IP address, not both IPv4 and IPv6, I believe that support for binding to both IPv4 and 6 address would be great.