Create your own IPv6 backconnect proxy server with just one script on any Linux distribution. This code is an adaptation of the original project. the original design works with an entire block of IPv6 attached to the server. This fork works with a fixed list of IPs previously attached to the server. (And add docker support)
- Get the
Dockerfile
- change the env lines of
PROXY_USER
,PROXY_PASS
andSTART_PORT
- run:
docker build -t ipv6-proxy .
in the same folder of the Dockerfile - After builds end, run:
docker run --privileged -d --name ipv6-proxy --network host --restart always ipv6-proxy
⚠️ it is necessary for the container network to be "host" so that the IP addresses of the host machine are identified and used