Difference between revisions of "Simpleproxy"

From DiLab
Jump to: navigation, search
(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...)
 
(No difference)

Latest revision as of 16:25, 23 December 2008

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