From 37171bf1ad2c3cf3da2134bffe3783752793d37c Mon Sep 17 00:00:00 2001 From: Daniel Oaks Date: Thu, 9 Mar 2017 19:15:32 +1000 Subject: [PATCH] config: Betterise words and duration example --- oragono.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/oragono.yaml b/oragono.yaml index 6fe3c543..d9eec794 100644 --- a/oragono.yaml +++ b/oragono.yaml @@ -36,8 +36,9 @@ server: enabled: false # how long clients should be forced to use TLS for. - # setting this to a too-long time will mean bad things if you later remove your TLS - duration: 1d5m + # setting this to a too-long time will mean bad things if you later remove your TLS. + # the default duration below is 1 month, 2 days and 5 minutes. + duration: 1mo2d5m # tls port - you should be listening on this port above port: 6697