XiaoMiku01 / go-proxy-ipv6-pool

Random ipv6 egress proxy server (support http/socks5)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go Proxy IPV6 Pool

Random ipv6 egress proxy server (support http/socks5)

The Go language implementation of zu1k/http-proxy-ipv6-pool

Usage

    go run . --port <port> --cidr < your ipv6 cidr >  # e.g. 2001:399:8205:ae00::/64

Use as a proxy server

    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)

License

MIT License (see LICENSE)

About

Random ipv6 egress proxy server (support http/socks5)

License:MIT License


Languages

Language:Go 100.0%