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", "http",
"httpspider", "httpspider",
"iax2", "iax2",
"idna",
"ike", "ike",
"imap", "imap",
"informix", "informix",
@@ -108,6 +109,7 @@ local libs = {
"pop3", "pop3",
"pppoe", "pppoe",
"proxy", "proxy",
"punycode",
"rdp", "rdp",
"re", "re",
"redis", "redis",