fire1ce / DDNS-Cloudflare-Bash

Cloudflare DDNS bash Script for most Linux distributions and MacOS. Choose any source IP address to update external or internal (WAN/LAN). Cloudflare's options proxy and TTL configurable via the parameters.
https://3os.org
261 stars 61 forks source link

Add option to search for records by comment #18

Closed aitor422 closed 1 year ago

aitor422 commented 1 year ago

With this change it is possible to first lookup the names of all records with a certain comment (e.g. "ddns") and then update the IP for those records; this way, it is not necessary to update de configuration file every time a new subdomain is added, as long as it shares the same comment.

fire1ce commented 1 year ago

Using predictions in DNS is very bad idea idea. Closed as not planned.