X-Git-Url: https://git.sven.stormbind.net/?a=blobdiff_plain;f=tests%2FproxyTunnel.tcl;fp=tests%2FproxyTunnel.tcl;h=eca8742c270e58c2d61f276a395f5eb15a1fe186;hb=b0e6fb6e4379fb87fa2854b84a56c5ad49c644da;hp=0000000000000000000000000000000000000000;hpb=c9a5bcd9d76f699909b24e71a2a216d36062ab0b;p=sven%2Ftclcurl.git diff --git a/tests/proxyTunnel.tcl b/tests/proxyTunnel.tcl new file mode 100755 index 0000000..eca8742 --- /dev/null +++ b/tests/proxyTunnel.tcl @@ -0,0 +1,11 @@ +package require TclCurl + +curl::transfer -url http://curl.haxx.se -verbose 1 \ + -proxy "192.168.0.0:8080" -httpproxytunnel 1 + + + + + + +