-
Notifications
You must be signed in to change notification settings - Fork 13
Description
Love this script, but ran into problems today. For some reason it was detecting my public IP as being 8.8.8.8 (google's DNS server!).
I had to re-run it and it then picked-up the correct address.
Any thoughts on why?
[2018-06-25 10:11:39] [ INFO] --- Updating - Current external IP = N.N.N.N (hover-dns-updater.py:update:145)
[2018-06-25 10:21:39] [ INFO] --- Updating - Current external IP = 8.8.8.8 (hover-dns-updater.py:update:145)
[2018-06-25 10:21:39] [ INFO] --- Updating DNS entry for dnsNNNNNN to 8.8.8.8 (hover-dns-updater.py:update:149)
[2018-06-25 10:21:40] [ INFO] --- Updating DNS entry for dnsNNNNNN to 8.8.8.8 (hover-dns-updater.py:update:149)
[2018-06-25 10:29:24] [ INFO] --- Logging in (hover-dns-updater.py:get_auth:118)
[2018-06-25 10:29:25] [ INFO] --- Getting current IP addresses from Hover: (hover-dns-updater.py:get_current_ips:135)
[2018-06-25 10:29:26] [ INFO] --- dnsnnnnnn = 8.8.8.8 (hover-dns-updater.py:get_current_ips:140)
[2018-06-25 10:29:26] [ INFO] --- dnsnnnnnn = 8.8.8.8 (hover-dns-updater.py:get_current_ips:140)
[2018-06-25 10:29:27] [ INFO] --- Updating - Current external IP = n.n.n.n (hover-dns-updater.py:update:145)
[2018-06-25 10:29:27] [ INFO] --- Updating DNS entry for dnsNNNNNNto n.n.n.n (hover-dns-updater.py:update:149)
[2018-06-25 10:29:27] [ INFO] --- Updating DNS entry for dnsNNNNNN to n.n.n.n (hover-dns-updater.py:update:149)