Skip to content

Auto-configurator of ipv4 → ipv6 http proxy

Notifications You must be signed in to change notification settings

IIPoliII/ipv4-ipv6-proxy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redirect connections from different ports at one ipv4 address to unique random ipv6 address from \64 subnetwork. Based on 3proxy

cover

Requirements

  • Centos 7
  • IPv6 \64

Installation

Video tutorial, VPS from Vultr ($100 Free Credit) used as Centos setup

  1. Install all packages (yum update -y && yum install make wget curl jq git -y)

  2. Disable the limits (ulimit -n 1009999 and ulimit -c unlimited)

  3. For regular user/pass auth proxies, use: bash <(curl -s "https://raw.githubusercontent.com/IIPoliII/ipv4-ipv6-proxy/master/scripts/install.sh")

  4. If you generate a lot of proxy you can see at which state you are by running watch "cat /home/proxy-installer/data.txt | wc -l" and watch "ifconfig | wc -l"

  5. After installation dowload the file proxy.zip

    • File structure: IP4:PORT:LOGIN:PASS or IP4:PORT

About

Auto-configurator of ipv4 → ipv6 http proxy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%