docs(meta): Add latest rendered cogapp config.ini example to docs
This commit is contained in:
parent
1e53adb529
commit
81036f5e99
17
README.md
17
README.md
@ -44,19 +44,24 @@ target = ACCEPT
|
|||||||
addr =
|
addr =
|
||||||
ports = 80, 443
|
ports = 80, 443
|
||||||
proto = tcp
|
proto = tcp
|
||||||
do_config_check = true
|
state = NEW
|
||||||
|
do_ipv6 = false
|
||||||
|
firewalld_direct_file_abs = /etc/firewalld/direct.xml
|
||||||
restart_firewalld_after_change = true
|
restart_firewalld_after_change = true
|
||||||
|
|
||||||
[anyone-can-access-website]
|
[anyone-can-access-website]
|
||||||
|
|
||||||
[these-guys-can-dns]
|
# Unsetting 'proto' while having a 'ports' value results in an invalid section
|
||||||
addr = google.li, 142.251.36.195, lowendbox.com, 2606:4700:20::ac43:4775
|
# [these-guys-can-dns]
|
||||||
ports = 53
|
# addr = google.li, 142.251.36.195, lowendbox.com, 2606:4700:20::ac43:4775
|
||||||
proto = tcp, udp
|
# ports = 53
|
||||||
|
# proto =
|
||||||
|
# do_ipv6 = true
|
||||||
|
|
||||||
[maybe-a-webserver]
|
[maybe-a-webserver]
|
||||||
addr = 2606:4700:20::681a:804, lowendtalk.com
|
addr = 2606:4700:20::681a:804, lowendtalk.com
|
||||||
ports = 80, 443
|
ports = 80, 443
|
||||||
|
do_ipv6 = true
|
||||||
|
|
||||||
[allow-anyone-to-access-mail-services]
|
[allow-anyone-to-access-mail-services]
|
||||||
ports = 143, 993, 110, 995, 25, 465, 587
|
ports = 143, 993, 110, 995, 25, 465, 587
|
||||||
@ -66,6 +71,8 @@ target = DROP
|
|||||||
addr =
|
addr =
|
||||||
ports =
|
ports =
|
||||||
proto =
|
proto =
|
||||||
|
state =
|
||||||
|
do_ipv6 = true
|
||||||
```
|
```
|
||||||
<!-- [[[end]]] -->
|
<!-- [[[end]]] -->
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user