From 8eb698297193b77201e1a5ae0f1c4cbd33642fc2 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Mon, 6 Jul 2015 01:56:35 +0200 Subject: [PATCH] Increase the grace period --- README.md | 2 +- watchdog.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cef8410..16a3246 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Think about a name. This is going to be part of your DNSCrypt provider name. If you are planning to make your resolver publicly accessible, this name will be public. It has to look like a domain name (`example.com`), but it doesn't have to be -a registered domain either. +a registered domain. Let's pick `example.com` here. diff --git a/watchdog.sh b/watchdog.sh index b7d23e5..bf00609 100755 --- a/watchdog.sh +++ b/watchdog.sh @@ -7,7 +7,7 @@ for service in unbound dnscrypt-wrapper; do done KEYS_DIR="/opt/dnscrypt-wrapper/etc/keys" -GRACE_PERIOD=6 +GRACE_PERIOD=600 provider_key=$(cat "${KEYS_DIR}/public.key.txt") provider_name=$(cat "${KEYS_DIR}/provider_name")