From: Uwe Kleine-König Date: Fri, 19 Dec 2025 18:05:07 +0000 (+0100) Subject: rec/doc: Fix stray 'listen:' tokens in code example X-Git-Tag: rec-5.4.0-beta1~78^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F16672%2Fhead;p=thirdparty%2Fpdns.git rec/doc: Fix stray 'listen:' tokens in code example Signed-off-by: Uwe Kleine-König --- 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' + - '::' ''', }, {