From 46ef82019af39d2e93a9385ba35f1b9f3260400d Mon Sep 17 00:00:00 2001 From: Dag Wieers Date: Sun, 27 Jan 2008 14:46:12 +0000 Subject: [PATCH] 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 --- TODO | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index 2925ade..896459b 100644 --- a/TODO +++ b/TODO @@ -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