From: Tom Hughes Date: Sun, 13 Sep 2020 16:47:21 +0000 (+0100) Subject: Add update_primary target to update only openstreetmap.org X-Git-Url: https://git.openstreetmap.org./dns.git/commitdiff_plain/024b9e28ae0f129344377f7a3a355ae3c5dd22fe?ds=sidebyside;hp=b9be5f1cf387d0f1c0a9302cf1e2ac80b126059d Add update_primary target to update only openstreetmap.org --- diff --git a/Makefile b/Makefile index 1533612..063dfb8 100644 --- a/Makefile +++ b/Makefile @@ -5,9 +5,14 @@ preview_cloudflare: sshfp gdns update: update_cloudflare update_geodns +update_primary: update_cloudflare_primary update_geodns + update_cloudflare: sshfp gdns dnscontrol push --providers cloudflare +update_cloudflare_primary: sshfp gdns + dnscontrol push --providers cloudflare --domains openstreetmap.org + update_geodns: gdns parallel --will-cite rsync --quiet --recursive --checksum gdns/ {}::geodns ::: ${GEODNS_SERVERS}