mirror of
https://codeberg.org/postscriptum/gemlog.git
synced 2026-04-01 13:15:29 +00:00
add comments
This commit is contained in:
parent
e56f14ff9b
commit
d5df731f75
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue