mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 12:57:50 +08:00
优化无解析结果处理
This commit is contained in:
@@ -361,9 +361,6 @@ def deal_output(output_path, ip_times, wildcard_ips, wildcard_ttl):
|
||||
records, subdomains = gen_records(items, records, subdomains,
|
||||
ip_times, wildcard_ips,
|
||||
wildcard_ttl)
|
||||
if not records:
|
||||
logger.log('FATAL', f'无有效解析结果')
|
||||
exit(1)
|
||||
return records, subdomains
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user