From c487bb7fbabb9f2768d83429f062bc5c176b7f23 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20Kleine-K=C3=B6nig?= Date: Fri, 19 Dec 2025 19:05:07 +0100 Subject: [PATCH] rec/doc: Fix stray 'listen:' tokens in code example MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Uwe Kleine-König --- pdns/recursordist/rec-rust-lib/table.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pdns/recursordist/rec-rust-lib/table.py b/pdns/recursordist/rec-rust-lib/table.py index b46edf3610..2472b3355e 100644 --- a/pdns/recursordist/rec-rust-lib/table.py +++ b/pdns/recursordist/rec-rust-lib/table.py @@ -1309,8 +1309,8 @@ Example: incoming: listen: - 127.0.0.1 - - listen: '[::1]:5353' - - listen: '::' + - '[::1]:5353' + - '::' ''', }, { -- 2.47.3