improving code and build system to be in line with gnunet access control model for...
[oweals/gnunet.git] / src / dns / dns.conf.in
1 [dns]
2 AUTOSTART = YES
3 @UNIXONLY@ PORT = 0
4 HOSTNAME = localhost
5 HOME = $SERVICEHOME
6 CONFIG = $DEFAULTCONFIG
7 BINARY = gnunet-service-dns
8 UNIXPATH = /tmp/gnunet-service-dns.sock
9 UNIX_MATCH_UID = YES
10 UNIX_MATCH_GID = YES
11 PROVIDE_EXIT = YES
12 IFNAME = gnunet-dns
13
14 # Use RFC 3849-style documentation IPv6 address (RFC 4773 might provide an alternative in the future)
15 IPV6ADDR = 2001:DB8::1
16 IPV6PREFIX = 126
17
18 # Use RFC 3927-style link-local address
19 IPV4ADDR = 169.254.1.1
20 IPV4MASK = 255.255.0.0
21