https://github.com/matveynator/chicha-ip-proxy
The fastest and simplest solution for TCP and UDP port forwarding. Automatic setup. Blazing fast.
https://github.com/matveynator/chicha-ip-proxy
go golang high-performance layer2 nc netcat portforward portforwarding proxy socat tcp tcp-forwarder xinetd
Last synced: 14 days ago
JSON representation
The fastest and simplest solution for TCP and UDP port forwarding. Automatic setup. Blazing fast.
- Host: GitHub
- URL: https://github.com/matveynator/chicha-ip-proxy
- Owner: matveynator
- Created: 2024-12-14T09:46:08.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-12-15T20:00:07.000Z (26 days ago)
- Last Synced: 2025-12-19T00:50:45.984Z (23 days ago)
- Topics: go, golang, high-performance, layer2, nc, netcat, portforward, portforwarding, proxy, socat, tcp, tcp-forwarder, xinetd
- Language: Go
- Homepage:
- Size: 1.14 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## On **Linux**, everything is automatic.
This single command will:
* download the binary
* install it system-wide
* start interactive setup
* create a **systemd service**
* enable autostart
* start forwarding immediately
### Run as root user:
```bash
curl -L https://github.com/matveynator/chicha-ip-proxy/releases/latest/download/chicha-ip-proxy-linux-amd64 > /usr/local/bin/chicha-ip-proxy; chmod +x /usr/local/bin/chicha-ip-proxy; /usr/local/bin/chicha-ip-proxy;
```
### What happens next
* Interactive wizard starts
* You choose:
* target IP
* TCP / UDP
* ports
* Proxy automatically:
* creates a **systemd service**
* enables it on boot
* starts it immediately
* sets up rotating logs
➡️ **No config files. No manual systemd work.**
---
## Download for All Platforms
👉 [https://github.com/matveynator/chicha-ip-proxy/releases/](https://github.com/matveynator/chicha-ip-proxy/releases/)