Skip to content

niceleet/generate-your-own-ipv6-proxies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

generate-your-own-ipv6-proxies

https://www.r10.net/vpn-proxy/3404248-bedava-ipv6-proxy-uretmek.html

How it works

The script establishes 6to4 tunnels. You connect to your server's ipv4 address on a specific port and output one of the ipv6 addresses from your subnet.

Features

  • Supported networks: /48, /64
  • Connection protocols: http(s) / socks5
  • Authentication by username and password (or w/o auth)
  • Custom port numbering (from start)
  • Simultaneous online over 60000 proxies
  • Minor resource usage (1000 online proxies = ~ 50mb ram)
  • Auto generating tunnels list

Installation

wget https://raw.githubusercontent.com/niceleet/generate-your-own-ipv6-proxies/main/setup.sh
chmod 777 setup.sh
./setup.sh

How to start

  1. Create account on https://tunnelbroker.net
  2. Prepare your own server with a Debian based os. It's much better if you only use the server for your proxies and nothing more, because this script changes some system configurations that may affect your other applications. Cheap VPS servers are a great choice.
  3. Create Regular Tunnel
  4. Install the script on your server.
  5. After installation, the server will be rebooted
  6. The list of tunnels is located in your home directory (~/tunnels.txt)

Requirements

  • Debian based os (tested: Debian 9-11, Ubuntu 18-22)
  • 1 CPU, 256 MB RAM
  • The ability to connect to ipv6 addresses
    • Check: ping6 -c3 google.com &>/dev/null && echo "Connected successfully" || echo "Connection error"

Releases

No releases published

Packages

No packages published

Languages