-- Leo's gemini proxy

-- Connecting to git.thebackupbox.net:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

repo: resdb
action: commit
revision:
path_from:
revision_from: 2b1915aa0f36a8883ad5b924907660325f24e2a4:
path_to:
revision_to:

git.thebackupbox.net

resdb

git://git.thebackupbox.net/resdb

commit 2b1915aa0f36a8883ad5b924907660325f24e2a4
Author: cathugger <cathugger@cock.li>
Date:   Sun May 13 19:28:39 2018 +0000

    NSD requires absolute origin

diff --git a/scripts/nameserver_autogen/bind_tld_zonefile.sh b/scripts/nameserver_autogen/bind_tld_zonefile.sh

index 8ead9ae4e80226898b46e03fde32e24280f3617f..

index ..1fba7814ce3e9388f5166fc3f056bf60db9e05c5 100755

--- a/scripts/nameserver_autogen/bind_tld_zonefile.sh
+++ b/scripts/nameserver_autogen/bind_tld_zonefile.sh
@@ -33,7 +33,7 @@ for PFX in $RDNS_PREFIX;do

  echo "; this zonefile genreated on: `date -u`" > "$RDNS_ZONEFILE".tmp
  echo '$TTL 3600' >> "$RDNS_ZONEFILE".tmp
- echo '$ORIGIN' $DOM >> "$RDNS_ZONEFILE".tmp
+ echo '$ORIGIN' $DOM. >> "$RDNS_ZONEFILE".tmp
  echo '@ IN SOA @ root ('`date -u +" %Y%m%d%H"`' 60 300 3600000 3600 )' >> "$RDNS_ZONEFILE".tmp
  echo '@ IN NS  @' >> "$RDNS_ZONEFILE".tmp
  echo '@ IN A   127.0.0.1' >> "$RDNS_ZONEFILE".tmp
@@ -60,7 +60,7 @@ for TLD in $TLDS;do

  echo "; this zonefile genreated on: `date -u`" > "$ANO_ZONEFILE".tmp
  echo '$TTL 3600' >> "$ANO_ZONEFILE".tmp
- echo '$ORIGIN' $TLD >> "$ANO_ZONEFILE".tmp
+ echo '$ORIGIN' $TLD. >> "$ANO_ZONEFILE".tmp
  echo '@ IN SOA @ root ('`date -u +" %Y%m%d%H"`' 60 300 3600000 3600 )' >> "$ANO_ZONEFILE".tmp
  echo '@ IN NS  @' >> "$ANO_ZONEFILE".tmp
  echo '@ IN A   127.0.0.1' >> "$ANO_ZONEFILE".tmp

-----END OF PAGE-----

-- Response ended

-- Page fetched on Sun Jun 2 10:41:12 2024