Just like the title says, wanted for testing purposes.
Use a VPN They hide your IP by providing you with access to their network of servers. Whenever you connect to one of these servers, which are located all over the world, your real IP address gets hidden, and you are assigned a new one that is tied to the server you are connected to.
You could use IPAddr
require 'ipaddr'
ipv4 = IPAddr.new(rand(2**32),Socket::AF_INET)
ipv6 = IPAddr.new(rand(2**128),Socket::AF_INET6)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With