Is there a way I could create a wrapper to execute a python script that would bind to multiple source addresses defined on the local client that executes the script? I would not mind having the wrapper execute the script for each source address but not sure if this is possible.
Rather than executing a single script from multiple virtual machines, I would like to do this similar to how curl-loader works but executing my own script. I don not believe curl-loader has a function to execute scripts arbitrary scripts.
If a wrapper is not possible, maybe i could edit the script itself to bind to multiple source addresses however i am testing multiple scripts so i would have to modify each one, so this is the reason i am looking for a wrapper.