blob: c3fa01583a6dd4ca80c801064062ac249d2012a8 [file] [log] [blame]
Alexander Afanasyev5c475972015-12-20 16:16:56 -08001.. _ndn-autoconfig.conf:
2
3autoconfig.conf
4===============
5
6Overview
7--------
8
9Configuration of NDN auto-configuration client daemon in INI format. Comments in the
10configuration file must be prefixed with ``#``.
11
12Example of ``autoconfig.conf``:
13
14.. literalinclude:: ../../autoconfig.conf.sample
15
16Options
17-------
18
19``enabled``
20 (default: false) Enable or disable automatic NDN auto-configuration client daemon.
21
22 When enabled, NDN auto-configuration client daemon is automatically started by ``nfd-start``.