Skip to content

IPv6 backconnect multi proxy server for any debian-based distro

License

Notifications You must be signed in to change notification settings

barkerpedro/ipv6-multiple-proxy-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

this fork works differently than the original

Multiple IPv6 Proxy Server

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)

Tutorial

Assuming you already have docker installed and a some IPv6 attached to your server.

  • Get the Dockerfile
  • change the env lines of PROXY_USER, PROXY_PASS and START_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

the script will create a proxy for each ipv6 available on the server

use the netstat -antp command to see if it worked correctly, you will see a list of open ports starting with the port defined in START_PORT

If you prefer manual installation, see the manual folder

License

MIT

About

IPv6 backconnect multi proxy server for any debian-based distro

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 98.5%
  • Dockerfile 1.5%