hts.1

来自「穿越防火墙技术代码」· 1 代码 · 共 50 行

1
50
字号
.TH HTS 1.SH NAMEhts \- httptunnel server.SH SYNOPSIS.B hts.I "[options] [port]".SH "DESCRIPTION"This manual page briefly documents the.BR htscommand..PP.B htslistens for incoming httptunnel connections at PORT (default port is 8888).When a connection is made, I/O is redirected to the destination specifiedby the --device or --forward-port switch..SH OPTIONSThe program follows the usual GNU command line syntax, with longoptions starting with two dashes (`-').A summary of options are included below..TP.B \-h, \-\-helpShow summary of options..TP.B \-c, \-\-content-length BYTESuse HTTP PUT requests of BYTES size (k, M, and G postfixes recognized).TP.B \-d, \-\-device DEVICEuse DEVICE for input and output.TP.B \-F, \-\-forward\-port HOST:PORTconnect to PORT at HOST and use it for input and output.TP.B \-k, \-\-keep\-alive SECONDSsend keepalive bytes every SECONDS seconds (default is 5).TP.B \-M, \-\-max\-connection\-age SECmaximum time a connection will stay open is SEC seconds (default is 300).TP.B \-S, \-\-strict\-content\-lengthalways write Content-Length bytes in requests.TP.B \-V, \-\-versionoutput version information and exit.TP.B \-p, \-\-pid\-file LOCATIONwrite a PID file to LOCATION.SH AUTHORThis manual page was contributed by Teemu Hukkanen <tjhukkan@iki.fi>,and was originally written for the Debian GNU/Linux system.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?