{% extends "global/layout.html" %} {% block title %}Configuration File Specification{% endblock %} {% block lastupdated %}September 2012{% endblock %} {% block accuratefor %}0.9.2{% endblock %} {% block content %}
This page provides a general specification of I2P configuration files, used by the router and various applications. It also gives an overview of the information contained in the various files, and links to detailed documentation where available.
An I2P configuration file is formatted as specified in Java Properties with the following exceptions:
The file need not be sorted, but most applications do sort by key when writing to the file, for ease of reading and manual editing.
Reads and writes are implemented in DataHelper loadProps() and storeProps(). Note that the file format is significantly different than the serialized format for I2P protocols specified in Mapping.
Configured via /configclients in the router console.
Configured via /configlogging in the router console.
Enable/disable for each installed plugin..
Configured via /configadvanced in the router console.
See documentation in SusiDNS.
Configured via the application gui.
Configured via the /i2ptunnel application in the router console.
The router console uses the router.config file.
See post on zzz.i2p.
TBD
{% endblock %}