mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
configurable UPnP name
This commit is contained in:
parent
340c73cbdf
commit
77493d0d09
2 changed files with 3 additions and 1 deletions
|
@ -134,6 +134,7 @@ namespace config {
|
|||
options_description upnp("UPnP options");
|
||||
upnp.add_options()
|
||||
("upnp.enabled", value<bool>()->default_value(upnp_default), "Enable or disable UPnP: automatic port forwarding")
|
||||
("upnp.name", value<std::string>()->default_value("I2Pd"), "Name i2pd appears in UPnP forwardings list")
|
||||
;
|
||||
|
||||
options_description precomputation("Precomputation options");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue