From c77d95fe21deb9dd09481998d2e39f46b148f146 Mon Sep 17 00:00:00 2001 From: Rafael Matias Date: Tue, 10 Sep 2024 10:19:43 +0200 Subject: [PATCH] feat: dora - show more infos about all peers on client pages (#760) This will enable additional peer infos (ENR/Enode, etc.) to be shown on the client pages. Implemented in https://github.com/ethpandaops/dora/pull/117 --- static_files/dora-config/config.yaml.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/static_files/dora-config/config.yaml.tmpl b/static_files/dora-config/config.yaml.tmpl index e8e0c8e02..c4938794e 100644 --- a/static_files/dora-config/config.yaml.tmpl +++ b/static_files/dora-config/config.yaml.tmpl @@ -16,6 +16,7 @@ frontend: debug: false pprof: true minimize: false # minimize html templates + showSensitivePeerInfos: true # Name of the site, displayed in the title tag siteName: "Dora the Explorer"