TransparentPlugin.html 1014 B

12345678910111213141516171819202122232425262728
  1. <h3>3proxy TransparentPlugin plugin (Linux 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. tcppm -iLOCAL_IP 12345 127.0.0.1 11111
  15. </pre>
  16. Now, any TCP traffic transparently redirected to port 12345 will be routed via
  17. parent SOCKSv5 proxy and logged, all URLs for web requests are visible in logs.
  18. Paremeters '127.0.0.1 11111' in this case are not used and are overwritten by
  19. destination IP:port for each transparent connection.
  20. <h4>Download:</h4>
  21. <ul>
  22. <li>Plugin included into 3proxy 0.8
  23. </ul>
  24. &copy; Vladimir Dubrovin, License: BSD style