aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-01-04 15:23:22 +0100
committerMartin Schanzenbach <schanzen@gnunet.org>2022-01-04 15:23:22 +0100
commitc5f6aafd687c533e156b8b4755bb004a1486ea23 (patch)
treee922afcb0bec1ad7ab3ba4862f1359b9939da320 /src
parent8fc699d2a80fb21b12e26ba96f38bb800231e2a6 (diff)
downloadgnunet-c5f6aafd687c533e156b8b4755bb004a1486ea23.tar.gz
gnunet-c5f6aafd687c533e156b8b4755bb004a1486ea23.zip
BUILD: Add gana GNS TLDs
Diffstat (limited to 'src')
-rw-r--r--src/gns/.gitignore1
-rw-r--r--src/gns/Makefile.am3
-rw-r--r--src/gns/gns.conf.in3
-rw-r--r--src/gns/tlds.conf10
4 files changed, 13 insertions, 4 deletions
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
10local.key 10local.key
11server.csr 11server.csr
12gnunet-gns-proxy-setup-ca 12gnunet-gns-proxy-setup-ca
13!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/
49plugindir = $(libdir)/gnunet 49plugindir = $(libdir)/gnunet
50 50
51pkgcfg_DATA = \ 51pkgcfg_DATA = \
52 gns.conf 52 gns.conf \
53 tlds.conf
53 54
54lib_LTLIBRARIES = \ 55lib_LTLIBRARIES = \
55 libgnunetgns.la 56 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
24 24
25# PREFIX = valgrind --leak-check=full --track-origins=yes 25# PREFIX = valgrind --leak-check=full --track-origins=yes
26 26
27# Zones
28.pin = 000G001MF6DVMZZ4Y8XRZQDXM1PB3D3VGEK29ZHXBA57EPSNW1QBPKT8J0
29
30[gns-proxy] 27[gns-proxy]
31BINARY = gnunet-gns-proxy 28BINARY = gnunet-gns-proxy
32START_ON_DEMAND = NO 29START_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 @@
1# WARNING:
2# This header is generated!
3# In order to add TLDs, you must register
4# them in GANA, and then use the header generation script
5# to create an update of this file. You may then replace this
6# file with the update.
7[gns]
8
9# The FCFS authority managed by GNUnet e.V.
10.pin = 000G001MF6DVMZZ4Y8XRZQDXM1PB3D3VGEK29ZHXBA57EPSNW1QBPKT8J0 \ No newline at end of file