1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-21 15:09:02 +00:00

Add idna and punycode to unittest.lua

This commit is contained in:
dmiller
2017-09-27 21:29:33 +00:00
parent 23a8bfc0bd
commit 61056e91a6

View File

@@ -64,6 +64,7 @@ local libs = {
"http",
"httpspider",
"iax2",
"idna",
"ike",
"imap",
"informix",
@@ -108,6 +109,7 @@ local libs = {
"pop3",
"pppoe",
"proxy",
"punycode",
"rdp",
"re",
"redis",