1
1
Fork 0
mirror of https://github.com/dnscrypt/dnscrypt-server-docker synced 2024-05-11 13:46:16 +02:00

Increase the grace period

This commit is contained in:
Frank Denis 2015-07-06 01:56:35 +02:00
parent 06e71118b8
commit 8eb6982971
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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")