I need to retrieve the IP address of some of my websites from a main dashboard in Rails, but I'm not sure how to go about it.
Googling so far has only returned answers on how to get the IP address of visitors.
I'm using HTTParty to parse the pages, can I use these requests to find out the IP somehow?