Author: sparky Date: Sun Apr 11 16:28:15 2010 New Revision: 11330 Modified: toys/rsget.pl/README.config Log: - added proxy examples
Modified: toys/rsget.pl/README.config ============================================================================== --- toys/rsget.pl/README.config (original) +++ toys/rsget.pl/README.config Sun Apr 11 16:28:15 2010 @@ -44,6 +44,8 @@ #interfaces = eth0, tun0, tun1 # same thing for multiple IP addresses: #interfaces = 1.1.1.1, 1.1.1.2, 1.1.1.3 +# use http and socks5 proxies as additional interfaces: +#interfaces = eth0, socks5=localhost:9999, http=someproxy.com:8080 # if your vim stores swap files in different directory and you want list # file locking: _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
