mirror of
https://github.com/logos-storage/logos-storage-nim-cs-dist-tests.git
synced 2026-05-27 11:40:05 +00:00
--listen-addrs > --listen-ip + --listen-port
This commit is contained in:
parent
cc78212730
commit
551867747a
@ -62,9 +62,10 @@ namespace StoragePlugin
|
||||
AddArg("--log-level", config.LogLevelWithTopics());
|
||||
|
||||
// This makes the node announce itself to its local IP address.
|
||||
AddArg("--nat", $"extip:{pc.LocalIpAddrs.ToString()}");
|
||||
AddArg("--nat", $"extip:{pc.LocalIpAddrs}");
|
||||
|
||||
AddArg("--listen-addrs", $"/ip4/0.0.0.0/tcp/{pc.ListenPort}");
|
||||
AddArg("--listen-port", $"{pc.ListenPort}");
|
||||
AddArg("--listen-ip", $"{pc.LocalIpAddrs}");
|
||||
|
||||
if (!string.IsNullOrEmpty(config.BootstrapSpr))
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user