root/trunk/apfw/debugFirewall.pl

Revision 200, 91 bytes (checked in by dan, 8 years ago)

Got it compiled now. Need to fix bugs and add more error checking.

make sure to test that the connection is to the AP and not some other
machine on the internet.

  • Property svn:executable set to *
Line 
1#!/usr/bin/perl -w
2
3
4use strict;
5
6use FireWall qw(addUser);
7
8
9addUser("localhost", 27015);
Note: See TracBrowser for help on using the browser.