From b35aa03e7060b41d4460b24d4031a387554e3552 Mon Sep 17 00:00:00 2001 From: hygienic-books Date: Tue, 5 Jul 2022 04:45:23 +0200 Subject: [PATCH] docs(config): In example config.ini file comment out an invalid section to better differentiate it from valid sections --- examples/config.ini.example | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/examples/config.ini.example b/examples/config.ini.example index 9a8de61..1d1a64b 100644 --- a/examples/config.ini.example +++ b/examples/config.ini.example @@ -8,10 +8,12 @@ restart_firewalld_after_change = true [anyone-can-access-website] -[these-guys-can-dns] -addr = google.li, 142.251.36.195, lowendbox.com, 2606:4700:20::ac43:4775 -ports = 53 -proto = tcp, udp +# Unsetting 'proto' while having a 'ports' value results in an invalid section +# [these-guys-can-dns] +# addr = google.li, 142.251.36.195, lowendbox.com, 2606:4700:20::ac43:4775 +# ports = 53 +# proto = +# do_ipv6 = true [maybe-a-webserver] addr = 2606:4700:20::681a:804, lowendtalk.com