Now that remote proxy auth is possible, change TODO.

git-svn-id: https://proxytunnel.svn.sourceforge.net/svnroot/proxytunnel/trunk/proxytunnel@209 bc163920-b10d-0410-b2c5-a5491ca2ceef
This commit is contained in:
Dag Wieers 2008-01-27 14:46:12 +00:00
parent e4f032cac1
commit 46ef82019a

4
TODO
View file

@ -1,8 +1,8 @@
### Proxy bouncing support
- Add multi-level proxy bouncing support (with syntax for it)
- Add multi-level proxy bouncing support with new syntax
eg. proxytunnel -p local-proxy:port -r remote-proxy1:port -r remote-proxy2:port -d %h:%p
- Add proxy bouncing authentication support (with syntax for it)
- Add proxy bouncing authentication support with new syntax
eg. proxytunnel -p user@local-proxy:port -r user@remote-proxy:port -d %h:%p
or: proxytunnel -p username:password@local-proxy:port -r username:password@remote-proxy:port -d %h:%p