This repository has been archived by the owner. It is now read-only.

Proxify v1.0.2

A TCP Proxy

Proxify

A TCP tunneler that redirects incoming/outgoing traffic

Features

  • Redirects 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 project
  • cd proxify 2. Enter the project directory
  • crystal 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

  1. Fork it (https://github.com/firejoust/proxify/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request
Repository

Proxify

Owner
Statistic
  • 0
  • 0
  • 0
  • 0
  • 0
  • over 2 years ago
  • November 6, 2022
License

MIT License

Links
Synced at

Fri, 09 May 2025 11:53:14 GMT

Languages