mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-08-19 21:13:26 -07:00
Merge branch 'master' of github.com:byt3bl33d3r/MITMf
This commit is contained in:
commit
2042e8350d
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