X-Git-Url: https://git.openstreetmap.org/dns.git/blobdiff_plain/de3a66b40ff490e48fa254e750ade7aec17b9f34..994cad771393dded0a70f68534a8622dbe3978ca:/Makefile 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}