mirror of
https://forge.familier.net.eu.org/dns-witch/nomilo.git
synced 2025-05-09 03:42:36 +02:00
14 lines
229 B
TOML
14 lines
229 B
TOML
[global.databases.sqlite]
|
|
url = "db.sqlite"
|
|
|
|
[release.web_app]
|
|
token_duration = "1d"
|
|
|
|
[release.dns]
|
|
server = "127.0.0.1:53"
|
|
timeout = "5s"
|
|
|
|
# [debug.dns.tsig]
|
|
# name = "example"
|
|
# key = "<base64 key>"
|
|
# algorithm = "hmac-sha256"
|