From 5eddbfb6c49f09ef2a085206697b8f1340a2b3e5 Mon Sep 17 00:00:00 2001 From: Sebastien Pahl Date: Sun, 24 Jan 2010 23:10:13 +0100 Subject: connect 1.100 connect is the simple relaying command to make network connection via SOCKS and https proxy. It is mainly intended to be used as proxy command of OpenSSH. You can make SSH session beyond the firewall with this command. Signed-off-by: Adam Vandenberg --- Library/Formula/connect.rb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Library/Formula/connect.rb (limited to 'Library/Formula') diff --git a/Library/Formula/connect.rb b/Library/Formula/connect.rb new file mode 100644 index 000000000..7e747fff7 --- /dev/null +++ b/Library/Formula/connect.rb @@ -0,0 +1,13 @@ +require 'formula' + +class Connect