This file is indexed.

/usr/share/gnunet/config.d/nse.conf is in gnunet-server 0.9.3-7build1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[nse]
AUTOSTART = YES
#PORT = 2097
HOSTNAME = localhost
HOME = $SERVICEHOME
CONFIG = $DEFAULTCONFIG
BINARY = gnunet-service-nse
ACCEPT_FROM = 127.0.0.1;
ACCEPT_FROM6 = ::1;
UNIXPATH = /tmp/test-nse-service-nse.unix
UNIX_MATCH_UID = NO
UNIX_MATCH_GID = YES
PROOFFILE = $SERVICEHOME/.nse-proof
HISTOGRAM = $SERVICEHOME/nse-history.log

# How 'slowly' should the proof-of-work be constructed (delay
# between rounds); sane values between 0 and ~1000.
WORKDELAY = 5 ms

# Note: changing any of the values below will make this peer
# completely incompatible with other peers! 
INTERVAL = 1 h
# 26 is about 10 minutes on a modern i7 (single-core)
WORKBITS = 26