mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Give dns.lua default module name like the others if absent
This commit is contained in:
parent
dd1e76c2a7
commit
0399bc71c5
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
module(...,package.seeall)
|
||||
module(... or "dns", package.seeall)
|
||||
|
||||
-- simple DNS library
|
||||
-- packet creation, encoding, decoding, querying
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue