From d4d92208d0e33f3f9030f3fdbca783a1e3272785 Mon Sep 17 00:00:00 2001 From: Rémi Prévost Date: Thu, 11 Feb 2010 11:05:46 -0500 Subject: pwnat 0.1-beta pwnat, pronounced "poe-nat", is a tool that allows any number of clients behind NATs to communicate with a server behind a separate NAT with *no* port forwarding and *no* DMZ setup on any routers in order to directly communicate with each other. The server does not need to know anything about the clients trying to connect. Signed-off-by: Adam Vandenberg --- Library/Formula/pwnat.rb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Library/Formula/pwnat.rb (limited to 'Library/Formula') diff --git a/Library/Formula/pwnat.rb b/Library/Formula/pwnat.rb new file mode 100644 index 000000000..8f8fab940 --- /dev/null +++ b/Library/Formula/pwnat.rb @@ -0,0 +1,19 @@ +require 'formula' + +class Pwnat