update config example
This commit is contained in:
parent
424f830e5a
commit
344b7e07a2
1 changed files with 6 additions and 0 deletions
|
@ -6,3 +6,9 @@ token_duration = "1d"
|
||||||
|
|
||||||
[release.dns]
|
[release.dns]
|
||||||
server = "127.0.0.1:53"
|
server = "127.0.0.1:53"
|
||||||
|
timeout = "5s"
|
||||||
|
|
||||||
|
# [debug.dns.tsig]
|
||||||
|
# name = "example"
|
||||||
|
# key = "<base64 key>"
|
||||||
|
# algorithm = "hmac-sha256"
|
||||||
|
|
Loading…
Reference in a new issue