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

ipv6 forwarding #393

Closed ksj20 closed 6 months ago

ksj20 commented 1 year ago

Maybe duplicate question as https://github.com/nadoo/glider/issues/369, however since there are no answers yet, so opened this issue.

I want to do direct forwarding only using ipv6 address, like below.

glider -verbose -listen :8090 -forward direct://#interface=2axx:xxx:x:xxx::x

I even tried it, however after making a proxy and attempting to get the ip info using that proxy, I got an error like below,

[http] 127.0.0.1:54752 <-> ipinfo.io:443 [c] via DIRECT, error in dial: dial tcp: address [2axx:xxx:x:xxx::x]:0: no suitable address found

Any advice would be appreciated In addition, is a service (dhcp server) preferred in such case?

github-actions[bot] commented 7 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.