aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gns.conf.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns/gns.conf.in')
-rw-r--r--src/gns/gns.conf.in50
1 files changed, 0 insertions, 50 deletions
diff --git a/src/gns/gns.conf.in b/src/gns/gns.conf.in
deleted file mode 100644
index a458f69a2..000000000
--- a/src/gns/gns.conf.in
+++ /dev/null
@@ -1,50 +0,0 @@
1[gns]
2START_ON_DEMAND = @START_ON_DEMAND@
3IMMEDIATE_START = YES
4HOSTNAME = localhost
5BINARY = gnunet-service-gns
6UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-gns.sock
7@JAVAPORT@PORT = 2102
8
9# Do we require users that want to access GNS to run this process
10# (usually not a good idea)
11UNIX_MATCH_UID = NO
12
13# Do we require users that want to access GNS to be in the 'gnunet' group?
14UNIX_MATCH_GID = YES
15
16# How many queries is GNS allowed to perform in the background at the same time?
17MAX_PARALLEL_BACKGROUND_QUERIES = 1000
18
19# Should we use the DNS interception mechanism? If set to YES
20# we will ask gnunet-service-dns to pass DNS queries to us. Otherwise,
21# we only answer GNS queries via the API (which itself may be
22# called via NSS or other mechanisms).
23INTERCEPT_DNS = NO
24
25# PREFIX = valgrind --leak-check=full --track-origins=yes
26
27# Zones
28.pin = 000G001MF6DVMZZ4Y8XRZQDXM1PB3D3VGEK29ZHXBA57EPSNW1QBPKT8J0
29
30[gns-proxy]
31BINARY = gnunet-gns-proxy
32START_ON_DEMAND = NO
33RUN_PER_USER = YES
34BIND_TO=127.0.0.1
35BIND_TO6=::1
36
37# Where is the certificate for the GNS proxy stored?
38PROXY_CACERT = $GNUNET_DATA_HOME/gns/gns_ca_cert.pem
39PROXY_UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-gns-proxy.sock
40
41
42[dns2gns]
43BINARY = gnunet-dns2gns
44START_ON_DEMAND = NO
45RUN_PER_USER = YES
46BIND_TO=127.0.0.1
47BIND_TO6=::1
48
49# -d: DNS resolver to use, -s: suffix to use, -f: fcfs suffix to use
50OPTIONS = -d 8.8.8.8