From f20480989c2f62408061bb98ca67591183c5d4f2 Mon Sep 17 00:00:00 2001 From: 73567876543783 <74454337+73567876543783@users.noreply.github.com> Date: Tue, 13 Jun 2023 16:15:16 +0200 Subject: [PATCH] Update deprecated port specification in example config (#1042) Co-authored-by: bas --- docs/installation.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index ed8cee8f..3639218e 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -27,8 +27,9 @@ blocking: clientGroupsBlock: default: - ads -port: 53 -httpPort: 4000 +ports: + dns: 53 + http: 4000 ``` ## Run as standalone binary