The backend service for Cat Forwarding, enabling seamless TCP traffic forwarding!
CF Backend handles the core functionality for port-forwarding, exposing ports on your local machine to the outside world.
- Cat Forwarding Client: github.com/b31ngd3v/cat-forwarding
-
Clone the repository:
git clone https://github.com/b31ngd3v/cf-backend.git cd cf-backend
-
Build the binary:
make build
To start forwarding TCP traffic from a local port to a remote address:
make run
To run the unit tests for Cat-Forwarding, use the following command:
make test
This project is licensed under the MIT License. See the LICENSE file for details.