Increase the grace period

pull/2/head
Frank Denis 9 years ago
parent 06e71118b8
commit 8eb6982971

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

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

Loading…
Cancel
Save