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:
@@ -82,6 +82,7 @@ def main():
|
||||
target=fake_dns.main,
|
||||
kwargs={
|
||||
"port": args.dns_port,
|
||||
"ip_dict": ip_dict,
|
||||
}
|
||||
)
|
||||
]
|
||||
|
Reference in New Issue
Block a user