docs: mark besu base templates as placeholder advertised hosts

This commit is contained in:
defiQUG
2026-04-24 22:02:47 -07:00
parent f3d2961b97
commit 045a6a9245
5 changed files with 10 additions and 0 deletions

View File

@@ -3,6 +3,8 @@ data-path="/data"
genesis-file="/config/genesis.json"
network-id=138
# Placeholder only: node-specific generated configs must advertise the real LAN IP.
# Do not deploy this base template as-is to production sentries/members.
p2p-host="0.0.0.0"
p2p-port=30303

View File

@@ -3,6 +3,8 @@ data-path="/data/besu"
genesis-file="/genesis/genesis.json"
network-id=138
# Placeholder only: node-specific generated configs must advertise the real LAN IP.
# Do not deploy this base template as-is to production core/admin RPC nodes.
p2p-host="0.0.0.0"
p2p-port=30303

View File

@@ -5,6 +5,8 @@ data-path="/data/besu"
genesis-file="/genesis/genesis.json"
network-id=138
# Placeholder only: node-specific generated configs must advertise the real LAN IP.
# Do not deploy this base template as-is to production public RPC nodes.
p2p-host="0.0.0.0"
p2p-port=30303

View File

@@ -6,6 +6,8 @@ data-path="/data/besu"
genesis-file="/genesis/genesis.json"
network-id=138
# Placeholder only: node-specific generated configs must advertise the real LAN IP.
# Do not deploy this base template as-is to production thirdweb admin/core RPC nodes.
p2p-host="0.0.0.0"
p2p-port=30303

View File

@@ -3,6 +3,8 @@ data-path="/data"
genesis-file="/config/genesis.json"
network-id=138
# Placeholder only: node-specific generated configs must advertise the real LAN IP.
# Do not deploy this base template as-is to production validators.
p2p-host="0.0.0.0"
p2p-port=30303