Add default Block TTL information in the docs (#484)

This commit is contained in:
Peter Dave Hello 2022-04-03 04:05:07 +08:00 committed by GitHub
parent 45fae43b10
commit 3a7d52b546
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -363,8 +363,9 @@ queries, NXDOMAIN for other types):
### Block TTL
TTL for answers to blocked domains can be set to customize the time (in **duration format**) clients ask for those
domains again. This setting only makes sense when `blockType` is set to `nxDomain` or `zeroIP`, and will affect how much
time it could take for a client to be able to see the real IP address for a domain after receiving the custom value.
domains again. Default Block TTL is **6hours**. This setting only makes sense when `blockType` is set to `nxDomain` or
`zeroIP`, and will affect how much time it could take for a client to be able to see the real IP address for a domain
after receiving the custom value.
!!! example