From a5dec50f96cb7172669d1b8b1ed999de4d1731d6 Mon Sep 17 00:00:00 2001 From: Yorick Date: Mon, 11 Nov 2024 09:22:20 +0000 Subject: [PATCH] Do not conflict v6 p2p with prometheus --- default.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.env b/default.env index 970565ed..7bff33df 100644 --- a/default.env +++ b/default.env @@ -94,7 +94,7 @@ PRYSM_PORT=9000 PRYSM_UDP_PORT=9000 CL_QUIC_PORT=9001 # Some clients need a separate port for IPv6 -CL_IPV6_P2P_PORT=9090 +CL_IPV6_P2P_PORT=9010 # Local grafana dashboard port. Do not expose to Internet, it is insecure http GRAFANA_PORT=3000 # Local Siren UI port