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

Support for ICMP #409

Open gaby opened 5 months ago

gaby commented 5 months ago

I noticed that when using glider there's no way to receive or forward ICMP packets. The native golang net library has support for ICMP. Would it be possible to add an ICMP listener and Forwarder for ICMP?

https://pkg.go.dev/golang.org/x/net/icmp

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

gaby commented 2 months ago

Still valid