]> git.lizzy.rs Git - plan9front.git/blobdiff - sys/man/8/ipserv
console(8): add console command and manpage
[plan9front.git] / sys / man / 8 / ipserv
old mode 100755 (executable)
new mode 100644 (file)
index 45889e2..770d02b
@@ -1,6 +1,6 @@
 .TH IPSERV 8
 .SH NAME
-telnetd, rlogind, rexexec, ftpd \- Internet remote access daemons
+telnetd, rlogind, rexexec, ftpd, socksd, hproxy \- Internet remote access daemons
 .SH SYNOPSIS
 .B ip/telnetd
 .RB [ -adnptN ]
@@ -16,6 +16,16 @@ 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
+]
+.PP
+.B ip/hproxy
 .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 +184,27 @@ 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 .
+.PP
+.I Hproxy
+is a simple HTTP proxy server.
 .SH FILES
 .B /lib/namepace
 .br
@@ -190,6 +221,15 @@ see
 .B /sys/src/cmd/ip/rexexec.c
 .br
 .B /sys/src/cmd/ip/ftpd.c
+.br
+.B /sys/src/cmd/ip/socksd.c
+.br
+.B /sys/src/cmd/ip/hproxy.c
 .SH "SEE ALSO"
 .IR ftpfs (4),
 .IR pop3 (8)
+.SH HISTORY
+.I Hproxy
+first appeared in 9front (July, 2012).
+.I Socksd
+first appeared in 9front (March, 2012).