Closed zzeneg closed 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.
for sub in ${NAME//;/ }; do
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.