mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-07-14 00:53:58 -07:00
parent
bb3078ca40
commit
a0fecd4a38
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']
|
self.nameservers = config['nameservers'].split(',')
|
||||||
|
|
||||||
for section in config.sections:
|
for section in config.sections:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue