mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-09-13 08:34:45 +08:00
FEATURE: Optionally disable spfcache.json
This commit is contained in:
parent
f91d25e256
commit
54a904fdec
1 changed files with 2 additions and 1 deletions
3
commands/types/dnscontrol.d.ts
vendored
3
commands/types/dnscontrol.d.ts
vendored
|
@ -3056,7 +3056,8 @@ declare function SOA(name: string, ns: string, mbox: string, refresh: number, re
|
|||
* push` even if your or third-party DNS servers are down.
|
||||
*
|
||||
* To enable this feature, create an (empty) file called `spfcache.json` in the
|
||||
* current directory. If that file does not exist, the cache is disabled.
|
||||
* current directory. To disable this feature, delete the file. There are no
|
||||
* command-line flags related to this feature.
|
||||
*
|
||||
* The `spfcache.json` stored the cached DNS lookups. If it needs
|
||||
* to be updated, the wnew file contents will be written to a file called
|
||||
|
|
Loading…
Add table
Reference in a new issue