修正模块名字

This commit is contained in:
shmilylty
2019-08-09 21:02:27 +08:00
parent b21e31a223
commit 611580aa97
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ fuzz_rule = '' # fuzz域名的正则 示例:[a-z][0-9] 第一位是字母 第
ips_appear_maximum = 10 # 同一IP集合出现次数超过10认为是泛解析
# 代理设置
enable_proxy = False # 是否使用代理 全局开关
enable_proxy = True # 是否使用代理 全局开关
proxy_all_module = False # 代理所有模块
proxy_partial_module = ['GoogleQuery', 'AskSearch', 'DuckDuckGoSearch',
'GoogleAPISearch', 'GoogleSearch', 'YahooSearch',