From 045a6a924505ebfdaefd1271d216e9f0af7fd74c Mon Sep 17 00:00:00 2001 From: defiQUG Date: Fri, 24 Apr 2026 22:02:47 -0700 Subject: [PATCH] docs: mark besu base templates as placeholder advertised hosts --- config/config-member.toml | 2 ++ config/config-rpc-core.toml | 2 ++ config/config-rpc-public.toml | 2 ++ config/config-rpc-thirdweb-admin-core.toml | 2 ++ config/config-validator.toml | 2 ++ 5 files changed, 10 insertions(+) diff --git a/config/config-member.toml b/config/config-member.toml index ed0c01c..9fabf3a 100644 --- a/config/config-member.toml +++ b/config/config-member.toml @@ -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 diff --git a/config/config-rpc-core.toml b/config/config-rpc-core.toml index c3548c0..db5bbac 100644 --- a/config/config-rpc-core.toml +++ b/config/config-rpc-core.toml @@ -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 diff --git a/config/config-rpc-public.toml b/config/config-rpc-public.toml index e8a2c9d..a487a69 100644 --- a/config/config-rpc-public.toml +++ b/config/config-rpc-public.toml @@ -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 diff --git a/config/config-rpc-thirdweb-admin-core.toml b/config/config-rpc-thirdweb-admin-core.toml index 557e6dd..c119f0e 100644 --- a/config/config-rpc-thirdweb-admin-core.toml +++ b/config/config-rpc-thirdweb-admin-core.toml @@ -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 diff --git a/config/config-validator.toml b/config/config-validator.toml index 3b972cd..58be493 100644 --- a/config/config-validator.toml +++ b/config/config-validator.toml @@ -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