TransparentPlugin.html 1.0 KB

12345678910111213141516171819202122232425262728293031
  1. <h3>3proxy TransparentPlugin plugin (Linux/BSD only)</h3>
  2. Plugin can turn 3proxy into transparent proxy for virtually any TCP-based protocol
  3. and use all 3proxy features - redirections, parent proxies, ACLs, traffic limitations,
  4. etc. TransparentPlugin plugin takes destination IP:port from Linux and uses this
  5. information as a target IP in proxy. An example of usage:
  6. <pre>
  7. plugin /path/to/TransparentPlugin.ld.so transparent_plugin
  8. log /path/to/log
  9. auth iponly
  10. allow * * * 80
  11. parent 1000 http 0.0.0.0 0
  12. allow *
  13. parent 1000 socks5 SOCKS5_IP SOCKS5_PORT USER PASSWORD
  14. transparent
  15. tcppm -iLOCAL_IP 12345 127.0.0.1 11111
  16. notransparent
  17. proxy
  18. </pre>
  19. Now, any TCP traffic transparently redirected to port 12345 will be routed via
  20. parent SOCKSv5 proxy and logged, all URLs for web requests are visible in logs.
  21. Paremeters '127.0.0.1 11111' in this case are not used and are overwritten by
  22. destination IP:port for each transparent connection.
  23. <h4>Download:</h4>
  24. <ul>
  25. <li>Plugin included into 3proxy 0.8
  26. </ul>
  27. &copy; Vladimir Dubrovin, License: BSD style