]> git.openstreetmap.org Git - dns.git/commitdiff
Add update_primary target to update only openstreetmap.org
authorTom Hughes <tom@compton.nu>
Sun, 13 Sep 2020 16:47:21 +0000 (17:47 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 13 Sep 2020 16:47:40 +0000 (17:47 +0100)
Makefile

index 1533612b3fd775d33da59d792aa7b4fba5962c22..063dfb8f8318071731eec224132797ffd248dddd 100644 (file)
--- 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}