Changes for version 0.05 - 2006-04-17
- ENHANCEMENTS
- added a debug() method (but all uses of it are commented out)
- better socket management algorithm:
- prevents deadlocks (as could occur when having a connection and a tunneled connection within it both going through Net::Proxy)
- limits buffering (so as to avoid sucking a lot of memory when one socket sends data faster than its peer can accept it)
- SCRIPTS
- patched sslh so that it can listen not only on localhost. (Thanks to Dieter Voegtli.)
Documentation
Create CONNECT tunnels through HTTP proxies
Switch incoming connection between SSH and SSL/HTTPS servers
Modules
Framework for proxying network connections in many ways
Base class for Net::Proxy protocols
Create CONNECT tunnels through HTTP proxies
Y-shaped Net::Proxy connector
Dummy Net::Proxy connector
Net::Proxy connector for standard tcp proxies