diff options
| author | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-07-05 19:59:40 +0200 |
|---|---|---|
| committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-07-05 19:59:40 +0200 |
| commit | a427fbba8d17fbee817d3b59fee4e365a90dbbc1 (patch) | |
| tree | 2da0ebfd01e1b4dbcdcb516f2f326994fb6a882c | |
| parent | 4472cbe66edbb03865a9fb0f67970e0ce9deb0f2 (diff) | |
| download | plan9front-a427fbba8d17fbee817d3b59fee4e365a90dbbc1.tar.xz | |
add socksd to ipserv(8)
| -rw-r--r-- | sys/man/8/ipserv | 30 |
1 files changed, 29 insertions, 1 deletions
diff --git a/sys/man/8/ipserv b/sys/man/8/ipserv index 45889e21d..fe30e42be 100644 --- a/sys/man/8/ipserv +++ b/sys/man/8/ipserv @@ -1,6 +1,6 @@ .TH IPSERV 8 .SH NAME -telnetd, rlogind, rexexec, ftpd \- Internet remote access daemons +telnetd, rlogind, rexexec, ftpd, socksd \- Internet remote access daemons .SH SYNOPSIS .B ip/telnetd .RB [ -adnptN ] @@ -16,6 +16,14 @@ telnetd, rlogind, rexexec, ftpd \- Internet remote access daemons .RB [ -n .IR namepace-file ] .PP +.B ip/socksd +[ +.B -x +.I inside +] [ +.B -o +.I outside +] .SH DESCRIPTION These programs support remote access across the Internet. All expect the network connection to be standard input, output, and error. They are normally @@ -174,6 +182,24 @@ is locked by see .IR httpd (8). .PP +.I Socksd +is a SOCKS4 and SOCKS5 +proxy server allowing non Plan9 machines to access the +outside network. +The net to use for outgoing calls can be specified +with the +.B -o +.I outside +and the internal network is specified with +.B -x +.I inside +(for UDP relay). +If not specified, +.I inside +and +.I outside +will default to +.BR /net . .SH FILES .B /lib/namepace .br @@ -190,6 +216,8 @@ see .B /sys/src/cmd/ip/rexexec.c .br .B /sys/src/cmd/ip/ftpd.c +.br +.B /sys/src/cmd/ip/socksd.c .SH "SEE ALSO" .IR ftpfs (4), .IR pop3 (8) |
