Listen on IPv4 by default explicitly.

This commit is contained in:
david 2013-08-16 08:02:49 +00:00
parent 929ade0b11
commit 70b7203d3f

View file

@ -19,7 +19,7 @@ use strict;
$| = 1;
my $NCAT = "../ncat";
my $HOST = "localhost";
my $HOST = "127.0.0.1";
my $IPV6_ADDR = "::1";
my $PORT = 40000;
my $PROXY_PORT = 40001;