mirror of
https://github.com/dnscrypt/dnscrypt-server-docker
synced 2024-11-22 19:42:03 +01:00
Increase the grace period
This commit is contained in:
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
|
If you are planning to make your resolver publicly accessible, this name will
|
||||||
be public.
|
be public.
|
||||||
It has to look like a domain name (`example.com`), but it doesn't have to be
|
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.
|
Let's pick `example.com` here.
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ for service in unbound dnscrypt-wrapper; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
KEYS_DIR="/opt/dnscrypt-wrapper/etc/keys"
|
KEYS_DIR="/opt/dnscrypt-wrapper/etc/keys"
|
||||||
GRACE_PERIOD=6
|
GRACE_PERIOD=600
|
||||||
|
|
||||||
provider_key=$(cat "${KEYS_DIR}/public.key.txt")
|
provider_key=$(cat "${KEYS_DIR}/public.key.txt")
|
||||||
provider_name=$(cat "${KEYS_DIR}/provider_name")
|
provider_name=$(cat "${KEYS_DIR}/provider_name")
|
||||||
|
Loading…
Reference in New Issue
Block a user