If you are interested in my TCP software development, consulting or training services, please feel free to contact me.
contact email: tcpfast@gmail.com
Download link at the end.
Do you want to split your TCP traffic based on the content of the first data packet sent by the client? Do you want to forward the traffic to different IP addresses and ports according to the keywords you specify? Do you want to do all these things in a simple and convenient way on Windows platform? If your answer is yes, then you should try this TCP splitter program that I developed.
What is TCP splitter ( TCP Distributor & Relay & Forward) ?
TCP splitter is a program that can easily implement TCP content splitting, proxy, port mapping and other functions on Windows platform. It works by analyzing the first data packet sent by the client and checking if it contains any of the keywords that you define in the configuration file. If it does, it will forward the traffic to the corresponding IP address and port. If it does not, it will forward the traffic to a default IP address and port that you also specify in the configuration file.
How to use TCP splitter (TCP Distributor & Relay & Forward) ?
Using TCP splitter is very easy. You just need to download the program and unzip it. Then you can run it without any installation. The program supports both IPv4 and IPv6 addresses, as well as domain names. You can use any valid IP address or domain name as the destination of the traffic.
How to configure TCP splitter (TCP Distributor & Relay & Forward) ?
Configuring TCP splitter is also very simple. You just need to edit the configuration file(config.txt) that comes with the program. The configuration file is a plain text file that contains the keywords and the corresponding IP addresses and ports. You can add as many keywords as you want, each on a separate line. The format of the configuration file is as follows:
config.txt
- keyword=string1
- IP=127.0.0.1
- Port=8001
- keyword=string2
- IP=www.abc.com
- Port=8002
- IP2=192.168.1.1
- Port2=8888
The above configuration file means that if the client sends a data packet that contains the keyword `string1`, the traffic will be forwarded to `127.0.0.1:8001`. If the data packet contains the keyword `string2`, the traffic will be forwarded to `www.abc.com:8002`. If the data packet does not contain any of the keywords, the traffic will be forwarded to `192.168.1.1:8888`.
Why use TCP splitter (TCP Distributor & Relay & Forward) ?
TCP splitter is a useful tool for various scenarios where you need to split your TCP traffic based on the content. For example, you can use it to implement a simple load balancer, a proxy server, a port mapper, a firewall, a content filter, or a protocol analyzer. TCP splitter is also lightweight, fast, and reliable. It does not consume much CPU or memory resources, and it can handle a large number of concurrent connections.
download link: https://drive.google.com/file/d/1hd-lk7dUEYbD5mJ_n_2gDaBalalVf8tg/view?usp=sharing
contact email: tcpfast@gmail.com
Comments
Post a Comment