mirror of
https://github.com/nmap/nmap.git
synced 2026-01-04 13:49:03 +00:00
Give dns.lua default module name like the others if absent
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
module(...,package.seeall)
|
||||
module(... or "dns", package.seeall)
|
||||
|
||||
-- simple DNS library
|
||||
-- packet creation, encoding, decoding, querying
|
||||
|
||||
Reference in New Issue
Block a user