gstuartj / cf-ddns.sh

A simple client for automatically updating CloudFlare DNS with your current IP address
MIT License
81 stars 35 forks source link

Incorrect record retrieved if nslookup is available on the system #8

Open ghost opened 5 years ago

ghost commented 5 years ago

The first time I ran the script, I got warnings about nslookup not being installed (since it wasn't). However, the result thrown back by the test was correct. Then, I installed dns-utils and reran the program, and a different IP address was retrieved by the script. This IP address was incorrect.

I am running Debian Testing.