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…
Reference in New Issue