mirror of
https://github.com/nmap/nmap.git
synced 2026-02-07 22:16:33 +00:00
Listen on IPv4 by default explicitly.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user