For English, please scroll down.
Proxy IPv6 Generator là một công cụ mã nguồn mở giúp bạn khởi tạo, quản lý và sử dụng Proxy IPv6 một cách dễ dàng và tự động trên hệ điều hành Windows. Công cụ sử dụng 3proxy làm nhân kết nối và tự động gọi các lệnh hệ thống để gán IPv6 hàng loạt.
- Tạo Proxy số lượng lớn: Tự động sinh ngẫu nhiên IPv6 từ /64 và gán vào Network Interface.
- Xoay IP (Rotate IP) linh hoạt: Hỗ trợ xoay IP toàn bộ hoặc từng proxy lẻ chỉ với 1 click. Xoay tự động theo thời gian định sẵn.
- Bảo mật: Hỗ trợ chuẩn xác thực Username/Password hoặc chạy Public (cảnh báo bảo mật).
- Quản lý kết nối: Theo dõi trực tiếp số kết nối (connections) đang sống trên từng proxy.
- Kiểm tra ngoại tuyến: Check proxy Live/Dead siêu mượt nhờ thuật toán xử lý luồng (thread) tối ưu.
- Đa ngôn ngữ: Giao diện hỗ trợ cả Tiếng Việt và Tiếng Anh.
- Yêu cầu cài đặt Python 3.8+.
- Clone repository này về máy:
git clone https://github.com/hungzerommo/proxy-ipv6-generator.git cd proxy-ipv6-generator - Cài đặt các thư viện phụ thuộc:
pip install -r requirements.txt
- Đảm bảo bạn đã có sẵn thư mục
3proxytrong thư mục gốc của dự án. - Chạy tool:
python main.py
core/: Chứa mã nguồn tính toán, tạo proxy, check proxy, và quản lý ngôn ngữ.ui/: Các file quản lý giao diện đồ họa.locales/: Nơi chứa bộ từ điển đa ngôn ngữ (vi.json,en.json).
Dự án này sử dụng mã nguồn đóng gói của 3proxy để điều hướng các kết nối. Mọi bản quyền về core Proxy engine thuộc về các lập trình viên của dự án 3proxy.
An open-source tool that helps you easily and automatically generate, manage, and use IPv6 Proxies on Windows. It uses 3proxy under the hood and systematically allocates IPv6 sequences to your network interface.
- Mass Generation: Randomly generates IPv6s from a /64 subnet and assigns them.
- Flexible IP Rotation: Supports rotating all IPs or single proxy IPs on the fly. Auto-rotates via a set timer.
- Security: Supports Proxy Authentication (Username/Password) or Public mapping.
- Connection Monitor: Live tracking of current active TCP connections per proxy.
- Health Checker: Multi-threaded seamless proxy Live/Dead checking without UI lag.
- Multilingual: UI dynamically translates between English and Vietnamese.
- Install Python 3.8+.
- Clone this repository:
git clone https://github.com/hungzerommo/proxy-ipv6-generator.git cd proxy-ipv6-generator - Install dependencies:
pip install -r requirements.txt
- Ensure the
3proxybinary folder is placed in the root directory. - Run the application:
python main.py
This tool relies on 3proxy for its core proxy engine and low-level traffic routing. All rights and credits for the 3proxy engine go to the developers and maintainers of the 3proxy project.