Explicitly turn off auto-nat.

This commit is contained in:
benbierens 2023-10-27 11:21:43 +02:00
parent 529f923595
commit d5b87253ae
No known key found for this signature in database
GPG Key ID: FE44815D96D0A1AA
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ namespace CodexPlugin
if (config.PublicTestNet != null) if (config.PublicTestNet != null)
{ {
AddEnvVar("CODEX_NAT", config.PublicTestNet.PublicNatIP); AddEnvVar("CODEX_NAT", config.PublicTestNet.PublicNatIP);
AddEnvVar("NAT_IP_AUTO", "false");
} }
else else
{ {