gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: BUILD: Add gana GNS TLDs


From: gnunet
Subject: [gnunet] branch master updated: BUILD: Add gana GNS TLDs
Date: Tue, 04 Jan 2022 15:23:28 +0100

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new c5f6aafd6 BUILD: Add gana GNS TLDs
c5f6aafd6 is described below

commit c5f6aafd687c533e156b8b4755bb004a1486ea23
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Tue Jan 4 15:23:22 2022 +0100

    BUILD: Add gana GNS TLDs
---
 Makefile.am         |  1 +
 src/gns/.gitignore  |  1 +
 src/gns/Makefile.am |  3 ++-
 src/gns/gns.conf.in |  3 ---
 src/gns/tlds.conf   | 10 ++++++++++
 5 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index da6010087..44c235c35 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -76,3 +76,4 @@ endif
 
 gana:
        @cd $(top_srcdir)/contrib/gana/gnu-name-system-record-types; make; cp 
gnu_name_system_record_types.h ../../../src/include/
+       @cd $(top_srcdir)/contrib/gana/gnu-name-system-default-tlds; make; cp 
tlds.conf ../../../src/gns
diff --git a/src/gns/.gitignore b/src/gns/.gitignore
index 3bbb2eb3d..9b056ee1b 100644
--- a/src/gns/.gitignore
+++ b/src/gns/.gitignore
@@ -10,3 +10,4 @@ local.der
 local.key
 server.csr
 gnunet-gns-proxy-setup-ca
+!tlds.conf
diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am
index 1380cba10..5b0c7862b 100644
--- a/src/gns/Makefile.am
+++ b/src/gns/Makefile.am
@@ -49,7 +49,8 @@ libexecdir= $(pkglibdir)/libexec/
 plugindir = $(libdir)/gnunet
 
 pkgcfg_DATA = \
-  gns.conf
+  gns.conf \
+  tlds.conf
 
 lib_LTLIBRARIES = \
   libgnunetgns.la
diff --git a/src/gns/gns.conf.in b/src/gns/gns.conf.in
index a458f69a2..13741bee9 100644
--- a/src/gns/gns.conf.in
+++ b/src/gns/gns.conf.in
@@ -24,9 +24,6 @@ INTERCEPT_DNS = NO
 
 # PREFIX = valgrind --leak-check=full --track-origins=yes
 
-# Zones
-.pin = 000G001MF6DVMZZ4Y8XRZQDXM1PB3D3VGEK29ZHXBA57EPSNW1QBPKT8J0
-
 [gns-proxy]
 BINARY = gnunet-gns-proxy
 START_ON_DEMAND = NO
diff --git a/src/gns/tlds.conf b/src/gns/tlds.conf
new file mode 100644
index 000000000..3a6214bb0
--- /dev/null
+++ b/src/gns/tlds.conf
@@ -0,0 +1,10 @@
+# WARNING:
+# This header is generated!
+# In order to add TLDs, you must register
+# them in GANA, and then use the header generation script
+# to create an update of this file. You may then replace this
+# file with the update.
+[gns]
+
+# The FCFS authority managed by GNUnet e.V.
+.pin = 000G001MF6DVMZZ4Y8XRZQDXM1PB3D3VGEK29ZHXBA57EPSNW1QBPKT8J0
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]