File: README.Debian

package info (click to toggle)
simpleproxy 3.2-3sarge1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 296 kB
  • ctags: 79
  • sloc: sh: 2,786; ansic: 1,151; makefile: 92
file content (7 lines) | stat: -rw-r--r-- 258 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
An example is worth a thousand words, so here is how I use simpleproxy
to get around Earthlink's port 25 block:

In /etc/inetd.conf (on my smtp host at work):
2525    stream  tcp nowait  nobody  /usr/bin/simpleproxy    simpleproxy -i -R localhost:25

-David