mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Listen on IPv4 by default explicitly.
This commit is contained in:
parent
929ade0b11
commit
70b7203d3f
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue