Actually pass ip_dict to FakeResolver

It wasn't being passed so the client tunnel would just fail

#4 - Investigate extending pr0xy to use SAM
This commit is contained in:
2020-12-13 20:18:29 +01:00
parent 594554b12c
commit 8026c04a7b
2 changed files with 2 additions and 2 deletions

View File

@@ -82,6 +82,7 @@ def main():
target=fake_dns.main,
kwargs={
"port": args.dns_port,
"ip_dict": ip_dict,
}
)
]