2
0
mirror of synced 2025-01-27 00:39:32 +00:00

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

View File

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