add socksd to ipserv(8)

This commit is contained in:
cinap_lenrek 2012-07-05 19:59:40 +02:00
parent 4472cbe66e
commit a427fbba8d

View file

@ -1,6 +1,6 @@
.TH IPSERV 8 .TH IPSERV 8
.SH NAME .SH NAME
telnetd, rlogind, rexexec, ftpd \- Internet remote access daemons telnetd, rlogind, rexexec, ftpd, socksd \- Internet remote access daemons
.SH SYNOPSIS .SH SYNOPSIS
.B ip/telnetd .B ip/telnetd
.RB [ -adnptN ] .RB [ -adnptN ]
@ -16,6 +16,14 @@ telnetd, rlogind, rexexec, ftpd \- Internet remote access daemons
.RB [ -n .RB [ -n
.IR namepace-file ] .IR namepace-file ]
.PP .PP
.B ip/socksd
[
.B -x
.I inside
] [
.B -o
.I outside
]
.SH DESCRIPTION .SH DESCRIPTION
These programs support remote access across the Internet. All expect the These programs support remote access across the Internet. All expect the
network connection to be standard input, output, and error. They are normally network connection to be standard input, output, and error. They are normally
@ -174,6 +182,24 @@ is locked by
see see
.IR httpd (8). .IR httpd (8).
.PP .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 .SH FILES
.B /lib/namepace .B /lib/namepace
.br .br
@ -190,6 +216,8 @@ see
.B /sys/src/cmd/ip/rexexec.c .B /sys/src/cmd/ip/rexexec.c
.br .br
.B /sys/src/cmd/ip/ftpd.c .B /sys/src/cmd/ip/ftpd.c
.br
.B /sys/src/cmd/ip/socksd.c
.SH "SEE ALSO" .SH "SEE ALSO"
.IR ftpfs (4), .IR ftpfs (4),
.IR pop3 (8) .IR pop3 (8)