From 63512b8b444207b97a647d719ce4c41a39d2b998 Mon Sep 17 00:00:00 2001 From: yorickdowne <71337066+yorickdowne@users.noreply.github.com> Date: Mon, 11 Nov 2024 21:47:13 -0500 Subject: [PATCH] Do not conflict v6 p2p with prometheus (#1983) --- 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