sockd.8
上传用户:zm130024
上传日期:2007-01-04
资源大小:432k
文件大小:4k
源码类别:

代理服务器

开发平台:

Unix_Linux

  1. ." $Id: sockd.8,v 1.17 1999/06/10 09:47:31 karls Exp $
  2. ."
  3. ." Copyright (c) 1997, 1998, 1999
  4. ."      Inferno Nettverk A/S, Norway.  All rights reserved.
  5. ."
  6. ." Redistribution and use in source and binary forms, with or without
  7. ." modification, are permitted provided that the following conditions
  8. ." are met:
  9. ." 1. The above copyright notice, this list of conditions and the following
  10. ."    disclaimer must appear in all copies of the software, derivative works
  11. ."    or modified versions, and any portions thereof, aswell as in all
  12. ."    supporting documentation.
  13. ." 2. All advertising materials mentioning features or use of this software
  14. ."    must display the following acknowledgement:
  15. ."      This product includes software developed by
  16. ."      Inferno Nettverk A/S, Norway.
  17. ." 3. The name of the author may not be used to endorse or promote products
  18. ."    derived from this software without specific prior written permission.
  19. ."
  20. ." THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  21. ." IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  22. ." OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  23. ." IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
  24. ." INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  25. ." NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  26. ." DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  27. ." THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  28. ." (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  29. ." THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  30. ."
  31. ." Inferno Nettverk A/S requests users of this software to return to
  32. ."
  33. ."  Software Distribution Coordinator  or  sdc@inet.no
  34. ."  Inferno Nettverk A/S
  35. ."  Oslo Research Park
  36. ."  Gaustadal閑n 21
  37. ."  N-0349 Oslo
  38. ."  Norway
  39. ."
  40. ." any improvements or extensions that they make and grant Inferno Nettverk A/S
  41. ." the rights to redistribute these changes.
  42. ."
  43. .Dd May 26, 1999
  44. .Dt SOCKD 8
  45. .Sh NAME
  46. .Nm sockd
  47. .Nd network proxyserver
  48. .Sh SYNOPSIS
  49. .Nm sockd
  50. .Op Fl DLdhlnv
  51. .Oo
  52. .Fl N Ar number
  53. .Oc
  54. .Oo
  55. .Fl f Ar file
  56. .Oc
  57. .Sh DESCRIPTION
  58. .Nm Dante
  59. implements the socks standard and can function as a firewall between networks.
  60. .Pp
  61. .Nm Dante
  62. relays TCP and UDP both from outside the network and in, and from inside
  63. and out.
  64. .Pp
  65. The options are as follows:
  66. .Bl -tag -width Ds
  67. .It Fl D
  68. .Nm Dante
  69. will detach from the controlling terminal and run in
  70. the background as a system daemon.
  71. .It Fl L
  72. Displays the license
  73. .Nm Dante
  74. comes under.
  75. .It Fl N Ar number
  76. .Nm Dante
  77. will fork of
  78. .Ar number
  79. copies of itself when starting.  Can be used for very busy servers.
  80. .It Fl d
  81. Enables debugging.
  82. .It Fl f Ar file
  83. .Nm Dante
  84. will read its configuration from
  85. .Ar file .
  86. .It Fl h
  87. Shows the currently valid options.
  88. .It Fl l
  89. The log output from
  90. .Nm Dante
  91. will be linebuffered.
  92. .It Fl n
  93. Disables TCP keep-alive messages.  Normally
  94. .Nm Dante
  95. enables TCP keep-alive messages so that connections from machines that
  96. have crashed or for other reasons no longer can be reached time out.
  97. .It Fl v
  98. Displays versioninfo for
  99. .Nm Dante.
  100. .Sh ENVIRONMENT
  101. fBTMPDIRfP
  102. Use TMPDIR for temporary files.  Since
  103. .Nm Dante
  104. uses lockfiles it is recommended that fBTMPDIRfP be set to a local
  105. filesystem with low latency.
  106. .Sh FILES
  107. .Pa /etc/sockd.conf
  108. .Sh AUTHORS
  109. For Inferno Nettverk A/S, Norway:
  110. .Dl Michael Shuldman <michaels@inet.no>: Design and implementation.
  111. .Dl Karl-Andre' Skevik <karls@inet.no>: Autoconf and porting.
  112. .Sh SEE ALSO
  113. Information about new releases and other related issues can be found
  114. on the Dante WWW home page at http://www.inet.no/dante.
  115. .Sh BUGS
  116. See the accompanying BUGS file.  New ones should be reported to
  117. dante-bugs@inet.no.