v6-proxy
v6-proxy copied to clipboard
v6-proxy
A random IPv6 proxy service based on Go
Installation
curl -sSL https://github.com/zbronya/v6-proxy/raw/master/install.sh | sudo bash
Usage
sudo v6-proxy --cidr=2001:db8::/32
Please replace the --cidr parameter with your IPv6 address range.
test
while true; do curl -x http://127.0.0.1:33300 -s https://api.ip.sb/ip -A Mozilla; done
Parameters
--cidripv6 address segment, required--portproxy server port, default 33300--usernameproxy server username, default empty--passwordproxy server password, default empty--bindproxy server bind address, default 127.0.0.1--auto-routeauto add route to the system, default true need root permission--auto-forwardingauto add forwarding to the system, default true need root permission--auto-ip-nonlocal-bindauto add ip-nonlocal-bind to the system, default true need root permission