We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 81f09af + 3e3bd6f commit 9ecfda2Copy full SHA for 9ecfda2
modules/dnsquery/mx.py
@@ -7,7 +7,7 @@ def __init__(self, domain):
7
self.domain = domain
8
self.module = 'dnsquery'
9
self.source = "QueryMX"
10
- self.type = 'MX' # 利用的DNS记录的MX记录收集子域
+ self.qtype = 'MX' # 利用的DNS记录的MX记录收集子域
11
12
def run(self):
13
"""
0 commit comments