Skip to content

z0rr0/121proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

121proxy

Go GoDoc

One to one TCP proxy.

It is a simple TCP proxy server. It forwards data from remote its client to another server without any modifications. Each connection client->proxy is mapped to according one proxy->server

client <-> proxy <-> server

Usage

Build

make build

Edit config.json and run proxy

./121proxy -config config.json

*This source code is governed by a BSD-3-Clause license that can be found in the LICENSE file.