mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-07-08 05:51:48 -07:00
Fix improperly use config multiple nameservers
This commit is contained in:
parent
df608030f3
commit
00745afb35
1 changed files with 1 additions and 1 deletions
|
@ -449,7 +449,7 @@ class DNSChef(ConfigWatcher):
|
|||
|
||||
# Use alternative DNS servers
|
||||
if config['nameservers']:
|
||||
self.nameservers = config['nameservers'].split(',')
|
||||
self.nameservers = config['nameservers']
|
||||
|
||||
for section in config.sections:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue