Hello. I cannot find this anywhere, how do I selec...
# kotlin-fuel
m
Hello. I cannot find this anywhere, how do I select the network interface to use when making a request with fuel? The equivalent of:
Copy code
curl --interface 10.10.0.8 <https://example.com>
or
Copy code
wget --bind-address=10.10.0.8 <https://example.com>
I'm sending requests from a server that has multiple network interfaces and I'm unable to find how to make Fuel send the request from the one I want.