Alexander Afanasyev | 5c47597 | 2015-12-20 16:16:56 -0800 | [diff] [blame^] | 1 | .. _ndn-autoconfig.conf: |
| 2 | |
| 3 | autoconfig.conf |
| 4 | =============== |
| 5 | |
| 6 | Overview |
| 7 | -------- |
| 8 | |
| 9 | Configuration of NDN auto-configuration client daemon in INI format. Comments in the |
| 10 | configuration file must be prefixed with ``#``. |
| 11 | |
| 12 | Example of ``autoconfig.conf``: |
| 13 | |
| 14 | .. literalinclude:: ../../autoconfig.conf.sample |
| 15 | |
| 16 | Options |
| 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``. |