Random ipv6 egress proxy server (support http/socks5)
The Go language implementation of zu1k/http-proxy-ipv6-pool
go run . --port <port> --cidr < your ipv6 cidr > # e.g. 2001:399:8205:ae00::/64
curl -x http://xxx:52122 http://6.ipw.cn/ # 2001:399:8205:ae00:456a:ab12 (random ipv6 address)
curl -x socks5://xxx:52123 http://6.ipw.cn/ # 2001:399:8205:ae00:456a:ab12 (random ipv6 address)
MIT License (see LICENSE)