Open knife-s opened 6 years ago
zombie has a reroute library which is loaded into the Browser object and can be used like so:
Browser.localhost('example.com', 3000)
However this just binds us to localhost. So, it, in and of itself doesn't fix your problem, but it does contain some methods that can get the job done (specifically the rerouteOptions
function).
I'm working on factoring out the reroute library into a separate module and adding the ability to intercept node's DNS requests, if anyone is interested in helping.
Hello I was looking for a way to bind the requests to a specific IP address but I didn't find anything.
Something equivalent to the "CURLOPT_INTERFACE" param, does zombie support something like that? Thank you in advance.
Cheers, knife