[go: up one dir, main page]

Skip to content

Random ipv6 egress proxy server (support http/socks5)

License

Notifications You must be signed in to change notification settings

Redrrx/go-proxy-ipv6-pool

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%