Proxify
A TCP tunneler
Features
- Proxy TCP packets from point A to point B
- Plug & play
- DNS Support
Dependencies
- This program requires Crystal to be installed on the user's machine
Installation
git clone https://github.com/firejoust/proxify
1. Clone the projectcd proxify
2. Enter the project directorycrystal build --release src/proxify.cr
3. Build the executable
Usage
Usage: proxify [args]
-a, --bind-address <address> The address to listen on
-p, --bind-port <port> The port to listen on
-A, --remote-address <address> The address to forward to
-P, --remote-port <port> The port to forward to
Contributing
- Fork it (https://github.com/firejoust/proxify/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request