Closed Canser closed 6 years ago
Yeah, I haven't pushed the FakeDns changes to the repo. Which now takes an additional arg. You can edit the main() declaration in the fake DNS script to def main(interface, rule_array, ignore, ignore_domain, debug):
as a workaround until I can push the changes
It works when you remove two array keys from the method call in your start.py and just send the array instead.
Hello, your main function takes max. 4 arguments but you are sending 5 in start.py