mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
set使用update
This commit is contained in:
@@ -46,7 +46,7 @@ class CheckAXFR(Module):
|
||||
for name in names:
|
||||
full_domain = str(name) + '.' + self.domain
|
||||
subdomain = self.match_subdomains(full_domain)
|
||||
self.subdomains = self.subdomains.union(subdomain)
|
||||
self.subdomains.update(subdomain)
|
||||
record = zone[name].to_text(name)
|
||||
self.results.append(record)
|
||||
if self.results:
|
||||
|
||||
Reference in New Issue
Block a user