1
0
mirror of https://github.com/nmap/nmap.git synced 2026-02-08 06:26:33 +00:00

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;