Skip to content

Commit

Permalink
Tests: scan.js; fix for localhost in ipv6 notation
Browse files Browse the repository at this point in the history
  • Loading branch information
jas- committed Jan 3, 2016
1 parent fe77cfa commit 165454c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/scan.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ var nmap = require('../')
range: [
'127.0.0.1',
'scanme.nmap.org',
'2001:db8::/128'
'::1'
],
ports: '22,135'
};
Expand Down

0 comments on commit 165454c

Please sign in to comment.