From 23f277d061553fa07515d038d428481cf3d211ef Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Thu, 5 Feb 2026 17:42:29 +0100 Subject: [PATCH] Fix typo in YAML From @neilcook Signed-off-by: Otto Moerbeek --- pdns/recursordist/docs/performance.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/recursordist/docs/performance.rst b/pdns/recursordist/docs/performance.rst index ec1c598910..89a4643f67 100644 --- a/pdns/recursordist/docs/performance.rst +++ b/pdns/recursordist/docs/performance.rst @@ -448,7 +448,7 @@ In the following example, two conditions are specified: recursor: event_trace_enabled: 4 logging: - protobuf_server: + protobuf_servers: - servers: [127.0.0.1:9999] opentelemetry_trace_conditions: - acls: [127.0.0.1, '::1'] -- 2.47.3