summaryrefslogtreecommitdiff
path: root/readme.md
blob: dcd65e5322bf732e9cd7cce417c058c280d2f306 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# TCP Forwarder
is a SOCKS5 proxy server that support both IPV4 and IPV6 (domain support is in progress)

# Installation & run
```sh
git clone https://github.com/fadhil-riyanto/tcp-forwarder.git
cd tcp-forwarder
mkdir build
cd build
cmake ..
make -j4 
./tcpf --listen 8013 --addr 127.0.0.1
```

# License
GPL-2.0