README 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. /*
  2. 3APA3A 3proxy tiny proxy server
  3. (c) 2002-2016 by Vladimir '3APA3A' Dubrovin <3proxy@3proxy.ru>
  4. please read License Agreement
  5. */
  6. Please read doc/html/index.html and man pages.
  7. 3proxy Combined proxy server may be used as
  8. Windows 95/98/NT/2000/XP/2003/Vista
  9. executable or service (supports installation and removal).
  10. It uses config file to read it's configuration (see
  11. 3proxy.cfg.sample for details).
  12. --install installs and starts proxy as NT/2000/XP service
  13. (config file should be located in the same directory)
  14. --remove removes the service (should be stopped before via
  15. net stop 3proxy).
  16. 3proxy.exe is all-in-one, it doesn't require all others .exe
  17. to work.
  18. See 3proxy.cfg.sample for examples, see man 3proxy.cfg
  19. proxy HTTP proxy server, binds to port 3128
  20. ftppr FTP proxy server, binds to port 21
  21. socks SOCKS 4/5 proxy server, binds to port 1080
  22. ftppr FTP proxy server, please do not mess it with FTP over HTTP
  23. proxy used in browsers
  24. pop3p POP3 proxy server, binds to port 110. You must specify
  25. POP3 username as username@target.host.ip[:port]
  26. port is 110 by default.
  27. Exmple: in Username configuration for you e-mail reader
  28. set someuser@pop.somehost.ru, to obtains mail for someuser
  29. from pop.somehost.ru via proxy.
  30. smtpp SMTP proxy server, binds to port 25. You must specify
  31. SMTP username as username@target.host.ip[:port]
  32. port is 25 by default.
  33. Exmple: in Username configuration for you e-mail reader
  34. set someuser@mail.somehost.ru, to send mail as someuser
  35. via mail.somehost.ru via proxy.
  36. icqpr ICQ/AIM proxy. Maps some TCP port to TCP port of ICQ
  37. server and performs packets translation. Example:
  38. icqpr 5190 login.icq.com 5190
  39. tcppm TCP port mapping. Maps some TCP port on local machine to
  40. TCP port on remote host.
  41. udppm UDP port mapping. Maps some UDP port on local machine to
  42. UDP port on remote machine. Only one user simulationeously
  43. can use UDP mapping, so it cann't be used for public service
  44. in large networks. It's OK to use it to map to DNS server
  45. in small network or to map Counter-Strike server for single
  46. client (you can use few mappings on different ports for
  47. different clients in last case).
  48. mycrypt Program to obtain crypted password fro cleartext. Supports
  49. both MD5/crypt and NT password.
  50. mycrypt password
  51. produces NT password
  52. mycrypt salt password
  53. produces MD5/crypt password with salt "salt".
  54. dighosts Utility for building networks list from web page.
  55. Run utility with --help option for command line reference.
  56. Latest version is available from http://3proxy.ru/
  57. Want to donate the project? http://3proxy.ru/donations/