noipy
noipy copied to clipboard
Add support to change the source IP.
The sourceip argument will add support to change the source ip of the requests call. This will enable the possibility of update different hosts using different source IP. In my case I have 2 hosts to updated and 2 internet connections. Each host have to be updated using one of the different IPs.
Example: ./noipy -n HOSTNAME1 --provider {noip,dyn,duck,generic} --sourceip SOURCEIP1 ./noipy -n HOSTNAME2 --provider {noip,dyn,duck,generic} --sourceip SOURCEIP2
@DanielBorgesOliveira I know it has been a while... but if you are still interested is there an easy way to implement it without adding a new lib (requests-tools)? And would you mind adding unit tests?