]> git.openstreetmap.org Git - dns.git/blobdiff - Makefile
Revert "Disable IPv6 for the nominatim server at OSUOSL"
[dns.git] / Makefile
index 03288666560bb483b7830901480e2f1a511a2ff9..44ac73f3070eeaac06453680e41a92bca446b321 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,6 +3,11 @@ preview: preview_cloudflare
 preview_cloudflare: sshfp gdns
        dnscontrol preview
 
+check: check_cloudflare
+
+check_cloudflare: sshfp gdns
+       dnscontrol check
+
 update: update_cloudflare update_geodns
 
 update_primary: update_cloudflare_primary update_geodns
@@ -30,5 +35,5 @@ clean:
 lib/countries.xml:
        curl -s -o $@ http://api.geonames.org/countryInfo?username=demo
 
-origins/nominatim.openstreetmap.yml: bin/mkcountries lib/countries.xml bandwidth/nominatim.openstreetmap.yml
-       bin/mkcountries bandwidth/nominatim.openstreetmap.yml origins/nominatim.openstreetmap.yml
+origins/nominatim.openstreetmap.yml: bin/mkcountries lib/countries.xml requests/nominatim.openstreetmap.yml
+       bin/mkcountries requests/nominatim.openstreetmap.yml origins/nominatim.openstreetmap.yml