From 81036f5e998f9490890a76e571287d9cf6de4c6b Mon Sep 17 00:00:00 2001 From: hygienic-books Date: Tue, 5 Jul 2022 04:46:05 +0200 Subject: [PATCH] docs(meta): Add latest rendered cogapp config.ini example to docs --- README.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1612009..e27b447 100644 --- a/README.md +++ b/README.md @@ -44,19 +44,24 @@ target = ACCEPT addr = ports = 80, 443 proto = tcp -do_config_check = true +state = NEW +do_ipv6 = false +firewalld_direct_file_abs = /etc/firewalld/direct.xml 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 ports = 80, 443 +do_ipv6 = true [allow-anyone-to-access-mail-services] ports = 143, 993, 110, 995, 25, 465, 587 @@ -66,6 +71,8 @@ target = DROP addr = ports = proto = +state = +do_ipv6 = true ```