Proxify

A TCP tunneler

Features

Dependencies

Installation

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