Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbers committed Aug 10, 2012
1 parent 7156855 commit 04390e9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,12 @@ Yet another TCP proxy. Very simple to use -- just edit config file and run.
Supports Linux, Freebsd and Windows; IPv4 and IPv6, Python 2.6, 2.7, 3.1, 3.2.
No external modules required. Not forks on each connection. Saves sessions in
files.

## Configuration example ##

PROXYMAPS = {
3128 : ("e1.ru", 80),
1234 : ("127.0.0.1", 80),
3456 : ("dc21:c7f:2012:6::10", 22),
4433 : ("alexbers.dyndns.org", 22)
}

0 comments on commit 04390e9

Please sign in to comment.