Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pc-magas/tcp_pass
Α simple tcp connection middleman.
https://github.com/pc-magas/tcp_pass
Last synced: 19 days ago
JSON representation
Α simple tcp connection middleman.
- Host: GitHub
- URL: https://github.com/pc-magas/tcp_pass
- Owner: pc-magas
- Created: 2020-09-19T17:54:34.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-03T18:48:16.000Z (about 4 years ago)
- Last Synced: 2024-04-19T09:56:32.491Z (7 months ago)
- Language: C++
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Reverse TCP Proxy
=================A simple tcp recerse proxy that transfers basic TCP traffic into 3rd party servers.
What it does in a nutshell:
```
|########|
TRAFIC |##############| |###############|
FOR >>> | LOCAL SERVER | ===> | REMOTE SERVER |
REMOTE | #############| |###############|
SERVER
|########|
```As you can se it just pipes tcp traffic from incoming connections into remote servers.
Under HEAVY DEVELOPMENT NOT READY 4 PRODUCTION