Would you be able to make this adapter change for a specific request? If possible, how could this be done in ob2?

// Through "eth"
request.post(url="http://exemple.com", iface="eth")
// Through "wlp2" 
request.post(url="http://exemple2.com", iface="wlp2")

You need to use C# as I didn’t implement this functionality myself in OB2.
Here you can find a repo with some sample code, if you know C# you will be able to write this yourself inside the LoliCode section of an OB2 config.

Otherwise open an issue on github and I will try to get to it (low priority)

1 Like

Thx @Ruri for always helping