]> git.openstreetmap.org Git - dns.git/blobdiff - Makefile
Add update_primary target to update only openstreetmap.org
[dns.git] / Makefile
index 1533612b3fd775d33da59d792aa7b4fba5962c22..063dfb8f8318071731eec224132797ffd248dddd 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,9 +5,14 @@ preview_cloudflare: sshfp gdns
 
 update: update_cloudflare update_geodns
 
 
 update: update_cloudflare update_geodns
 
+update_primary: update_cloudflare_primary update_geodns
+
 update_cloudflare: sshfp gdns
        dnscontrol push --providers cloudflare
 
 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}
 
 update_geodns: gdns
        parallel --will-cite rsync --quiet --recursive --checksum gdns/ {}::geodns ::: ${GEODNS_SERVERS}