mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-07-10 15:23:41 -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
|
# Use alternative DNS servers
|
||||||
if config['nameservers']:
|
if config['nameservers']:
|
||||||
self.nameservers = config['nameservers'].split(',')
|
self.nameservers = config['nameservers']
|
||||||
|
|
||||||
for section in config.sections:
|
for section in config.sections:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue