docs(config): In example config.ini file comment out an invalid section to better differentiate it from valid sections
This commit is contained in:
parent
d51a1f9638
commit
b35aa03e70
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user