node-libnmap
node-libnmap copied to clipboard
Fix regex for hostname validation
The regex used for hostname validation is incorrect, for example, it does not match on domains starting with a number.
I put in a new regex that works.