mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-10-06 03:46:34 +08:00
generate
This commit is contained in:
parent
652aab069d
commit
fdd192a4c4
2 changed files with 3 additions and 1 deletions
2
commands/types/dnscontrol.d.ts
vendored
2
commands/types/dnscontrol.d.ts
vendored
|
@ -3060,7 +3060,7 @@ declare function SOA(name: string, ns: string, mbox: string, refresh: number, re
|
|||
* 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
|
||||
* to be updated, the new file contents will be written to a file called
|
||||
* `spfcache.updated.json` and instructions such as the ones below
|
||||
* will be output telling you exactly what to do:
|
||||
*
|
||||
|
|
2
go.mod
2
go.mod
|
@ -158,3 +158,5 @@ require (
|
|||
gopkg.in/sourcemap.v1 v1.0.5 // indirect
|
||||
moul.io/http2curl v1.0.0 // indirect
|
||||
)
|
||||
|
||||
tool golang.org/x/tools/cmd/stringer
|
||||
|
|
Loading…
Add table
Reference in a new issue