mirror of
https://github.com/logos-storage/logos-storage-nim-cs-dist-tests.git
synced 2026-08-03 12:43:12 +00:00
Explicitly turn off auto-nat.
This commit is contained in:
parent
529f923595
commit
d5b87253ae
@ -44,6 +44,7 @@ namespace CodexPlugin
|
||||
if (config.PublicTestNet != null)
|
||||
{
|
||||
AddEnvVar("CODEX_NAT", config.PublicTestNet.PublicNatIP);
|
||||
AddEnvVar("NAT_IP_AUTO", "false");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user