From b9de311c3658862aedb6a5f6ccb0e3f007af3eec Mon Sep 17 00:00:00 2001 From: Simon Marsh Date: Sun, 26 May 2019 09:42:37 +0100 Subject: [PATCH] Update URL and add new burble.dn42 reverse range --- API.md | 2 +- contrib/sync_rootzone.sh | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/API.md b/API.md index a41ff09..837ed28 100644 --- a/API.md +++ b/API.md @@ -444,4 +444,4 @@ d.f.ip6.arpa IN DS 56676 10 2 d93cfd941025aaa445283d33e27157bb9a2df 4736 ; DN42 Authoritative Zone ... and so on -``` \ No newline at end of file +``` diff --git a/contrib/sync_rootzone.sh b/contrib/sync_rootzone.sh index 51b180f..15f9622 100755 --- a/contrib/sync_rootzone.sh +++ b/contrib/sync_rootzone.sh @@ -27,6 +27,7 @@ IGNORE_RECORDS=( 'collector.dn42' '1.0.6.2.2.4.2.4.2.4.d.f.ip6.arpa' '160/27.129.20.172.in-addr.arpa' + '0/27.129.20.172.in-addr.arpa' ) ########################################################################## @@ -112,7 +113,7 @@ function usage { # default options DEBUG=0 -APIURL="http://grc.burble.dn42:8043/api" +APIURL="http://explorer.collector.dn42/api" COMMITFILE="/tmp/.sync_rz_commit" # parse any arguments passed to the script