proxytunnel -p localproxy:80 -r remoteproxy:80 -d server:22 -q -a 1000
Proxytunnel: proxyhost (pre parse) given, it is: 'localproxy:80'
Proxytunnel: proxyhost (post parse) is 'localproxy':'80'
Started tunnel pid=5008 for connection from 127.0.0.1Tunneling to remoteproxy:80
(remote proxy)
Tunneling to server:22 (destination)
Goodbye
I'd like to see zero proxytunnel output when I use -q. This will allow tight integration with protocols that support using stdin/stdout as a "proxy" but will fail when The Proxytunnel: notification comes out.
-q should only output the /proxied/ data stream with no application data included.