add comments

This commit is contained in:
postscriptum 2026-03-15 19:56:15 +02:00
parent e56f14ff9b
commit d5df731f75

View file

@ -56,12 +56,12 @@ lists = [
#"file:///blocked.txt" #"file:///blocked.txt"
] ]
# allow domains blocked by the blocklist again # список виключень для `list`
allow_list = [ allow_list = [
#"file:///allowed.txt" #"file:///allowed.txt"
] ]
# optional # опціональний json/api, сюди можна підключити імпровізовану Веб-адмінку або статистику
[api] [api]
port = 8053 port = 8053
listen = "127.0.0.1" listen = "127.0.0.1"