How would one go about anonymizing one own's IP Address in Ruby via a proxy?
I am using an Amazon API gem but want to make sure the IP it is coming from is anonymous or from another IP that is not my real IP.
I have looked into this here: https://github.com/ankane/ip_anonymizer ...but not sure if this will do what I want it to do.
Any feedback or suggestions? Thanks!