From ad32540de31202349b9dffff9048ba276334cf8f Mon Sep 17 00:00:00 2001 From: fadhil riyanto Date: Wed, 9 Oct 2024 11:21:01 +0700 Subject: add readme Signed-off-by: fadhil riyanto --- readme.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..dcd65e5 --- /dev/null +++ b/readme.md @@ -0,0 +1,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 \ No newline at end of file -- cgit v1.2.3