#!/usr/bin/perl -w

use NoCat;

my $server = NoCat->gateway( ConfigFile => $ENV{NOCAT} );

$server->firewall->reset;

$server->run;
