proxy.8 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. .TH proxy "8" "January 2016" "3proxy 0.8" "Universal proxy server"
  2. .SH NAME
  3. .B proxy
  4. \- HTTP proxy gateway service
  5. .SH SYNOPSIS
  6. .BR "proxy " [ -d ][ -a ]
  7. .IB \fR[ -l \fR[ \fR[ @ \fR] logfile \fR]]
  8. .IB \fR[ -p port\fR]
  9. .IB \fR[ -i internal_ip\fR]
  10. .IB \fR[ -e external_ip\fR]
  11. .SH DESCRIPTION
  12. .B proxy
  13. is HTTP gateway service with HTTPS and FTP over HTTPS support.
  14. .SH OPTIONS
  15. .TP
  16. .B -I
  17. Inetd mode. Standalone service only.
  18. .TP
  19. .B -d
  20. Daemonise. Detach service from console and run in the background.
  21. .TP
  22. .B -t
  23. Be silenT. Do not log start/stop/accept error records.
  24. .TP
  25. .B -u
  26. Never ask for username authentication
  27. .TP
  28. .B -e
  29. External address. IP address of interface proxy should initiate connections
  30. from.
  31. By default system will deside which address to use in accordance
  32. with routing table.
  33. .TP
  34. .B -i
  35. Internal address. IP address proxy accepts connections to.
  36. By default connection to any interface is accepted. It\'s usually unsafe.
  37. .TP
  38. .B -a
  39. Anonymous. Hide information about client.
  40. .TP
  41. .B -a1
  42. Anonymous. Show fake information about client.
  43. .TP
  44. .B -p
  45. Port. Port proxy listens for incoming connections. Default is 3128.
  46. .TP
  47. .B -l
  48. Log. By default logging is to stdout. If
  49. .I logfile
  50. is specified logging is to file. Under Unix, if
  51. .RI \' @ \'
  52. preceeds
  53. .IR logfile ,
  54. syslog is used for logging.
  55. .SH CLIENTS
  56. You should use client with HTTP proxy support or configure router to redirect
  57. HTTP traffic to proxy (transparent proxy). Configure client to connect to
  58. .I internal_ip
  59. and
  60. .IR port .
  61. HTTPS support allows to use almost any TCP based protocol. If you need to
  62. limit clients, use
  63. .BR 3proxy (8)
  64. instead.
  65. .SH BUGS
  66. Report all bugs to
  67. .BR 3proxy@3proxy.ru
  68. .SH SEE ALSO
  69. 3proxy(8), ftppr(8), socks(8), pop3p(8), tcppm(8), udppm(8), syslogd(8),
  70. .br
  71. http://3proxy.ru/
  72. .SH AUTHORS
  73. 3proxy is designed by Vladimir 3APA3A Dubrovin
  74. .RI ( 3proxy@3proxy.ru )