1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-22 04:04:16 +00:00

* add new option 'i2pcontrol.password'

This commit is contained in:
hagen 2016-01-21 07:35:26 +00:00
parent 8aa158c1e0
commit 23cf6ebc89

View File

@ -86,6 +86,7 @@ namespace config {
("i2pcontrol.enabled", value<bool>()->default_value(false), "Enable or disable I2P Control Protocol")
("i2pcontrol.address", value<std::string>()->default_value("127.0.0.1"), "I2PCP listen address")
("i2pcontrol.port", value<uint16_t>()->default_value(7650), "I2PCP listen port")
("i2pcontrol.password", value<std::string>()->default_value("itoopie"), "I2PCP access password")
;
m_OptionsDesc