https://github.com/jannchie/6tp
6tp is a simple IPv6 transport proxy, specifically designed to generate and assign random IP addresses from a specified subnet for efficient request handling and network traffic distribution.
https://github.com/jannchie/6tp
Last synced: about 1 year ago
JSON representation
6tp is a simple IPv6 transport proxy, specifically designed to generate and assign random IP addresses from a specified subnet for efficient request handling and network traffic distribution.
- Host: GitHub
- URL: https://github.com/jannchie/6tp
- Owner: Jannchie
- Created: 2023-06-04T10:02:14.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-04T12:04:38.000Z (about 3 years ago)
- Last Synced: 2025-02-15T07:43:52.372Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 6tp: IPv6 Transport Proxy
6tp is a simple IPv6 transport proxy, specifically designed to generate and assign random IP addresses from a specified subnet for efficient request handling and network traffic distribution.
## Usage
```bash
6tp --proxy-address=127.0.0.1:4774 --subnet=4747:4747:4747:4747::/64
```