Skip to content

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.

Notifications You must be signed in to change notification settings

alexbers/quick_proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bc1b348 · Aug 11, 2012

History

14 Commits
Aug 10, 2012
Aug 9, 2012
Aug 11, 2012

Repository files navigation

Quick proxy

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)
}

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages