mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2024-11-17 21:26:04 +00:00
defualt port consistency (17007)
This commit is contained in:
parent
4e09b39735
commit
d5fff57edb
@ -53,7 +53,7 @@ namespace i2p
|
|||||||
//TODO: This is an ugly workaround. fix it.
|
//TODO: This is an ugly workaround. fix it.
|
||||||
//TODO: Autodetect public IP.
|
//TODO: Autodetect public IP.
|
||||||
i2p::context.OverrideNTCPAddress(i2p::util::config::GetCharArg("-host", "127.0.0.1"),
|
i2p::context.OverrideNTCPAddress(i2p::util::config::GetCharArg("-host", "127.0.0.1"),
|
||||||
i2p::util::config::GetArg("-port", 17070));
|
i2p::util::config::GetArg("-port", 17007));
|
||||||
|
|
||||||
if (isLogging == 1)
|
if (isLogging == 1)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user