This commit is contained in:
Lev Kokotov
2022-06-27 09:46:33 -07:00
parent 7dfe59a91a
commit b974aacd71
9 changed files with 378 additions and 22 deletions

View File

@@ -32,6 +32,10 @@ ban_time = 60 # Seconds
# Reload config automatically if it changes.
autoreload = false
# TLS
tls_certificate = "server.cert"
tls_private_key = "server.key"
#
# User to use for authentication against the server.
[user]