Simpleproxy

From DiLab
Revision as of 16:25, 23 December 2008 by Leo (talk | contribs) (New page: Simpleproxy has several options, you can do '''man simpleproxy''' to read them all. However, if you just want to forward all traffic that comes to this server port 1111 to the address an...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Simpleproxy has several options, you can do man simpleproxy to read them all.

However, if you just want to forward all traffic that comes to this server port 1111 to the address and port 2.3.4.5:6666, then do the following:

simpleproxy -L 1111 -R 2.3.4.5:6666

You can also save the configuration to file, load the file upon startup, dump the traffic to a file, redoirect output to the system log, etc. Read the

man simpleproxy