dynhover
dynhover copied to clipboard
dynamic dns example usage of hover.com's unofficial dns api
Results
1
dynhover issues
Sort by
recently updated
recently updated
newest added
I was getting an empty string back from the get_public_ip function, but it worked fine once I changed the request target from "http://api.exip.org/?call=ip" to "http://ip.42.pl/raw". There are [others ](https://stackoverflow.com/questions/9481419/how-can-i-get-the-public-ip-using-python2-7)that could...