tunix / digitalocean-dyndns

Dynamic DNS using DigitalOcean's DNS Services
75 stars 30 forks source link

Add support for multiple subdomains #8

Closed zzeneg closed 4 years ago

zzeneg commented 4 years ago

I wanted to update IP for multiple subdomains, now it's possible to specify them all at once instead of creating multiple docker containers.

Just added a loop for sub in ${NAME//;/ }; do and reordered some lines. Should be 100% backward-compatible.