Commit 1d5a7792 authored by Barnabas Busa's avatar Barnabas Busa Committed by GitHub

fix: nimbus-eth1 advertise proper extip (#501)

parent d5997292
...@@ -192,6 +192,7 @@ def get_config( ...@@ -192,6 +192,7 @@ def get_config(
"--metrics", "--metrics",
"--metrics-address=0.0.0.0", "--metrics-address=0.0.0.0",
"--metrics-port={0}".format(METRICS_PORT_NUM), "--metrics-port={0}".format(METRICS_PORT_NUM),
"--nat=extip:{0}".format(PRIVATE_IP_ADDRESS_PLACEHOLDER),
] ]
if ( if (
network not in constants.PUBLIC_NETWORKS network not in constants.PUBLIC_NETWORKS
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment