mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-10-07 20:39:59 +08:00
CHORE: generate-all.sh (#3699)
This commit is contained in:
parent
b0a57e5c3e
commit
b947bddf95
2 changed files with 2 additions and 2 deletions
2
commands/types/dnscontrol.d.ts
vendored
2
commands/types/dnscontrol.d.ts
vendored
|
@ -683,7 +683,7 @@ declare function CNAME(name: string, target: string, ...modifiers: RecordModifie
|
|||
* MX("@", 10, "alt4.aspmx.l.google.com."),
|
||||
* ]
|
||||
*
|
||||
* D("otherexample.com", REG_MY_PROVIDER, DnsProvider(DSP_MY_PROVIDER),
|
||||
* D("other-example.com", REG_MY_PROVIDER, DnsProvider(DSP_MY_PROVIDER),
|
||||
* A("@","1.2.3.4"),
|
||||
* CNAME("test", "foo.example2.com."),
|
||||
* GOOGLE_APPS_DOMAIN_MX,
|
||||
|
|
|
@ -98,7 +98,7 @@ Jump to a table:
|
|||
| [`CNR`](cnr.md) | ✅ | ✅ | ✅ | ✅ |
|
||||
| [`CSCGLOBAL`](cscglobal.md) | ✅ | ❔ | ❌ | ✅ |
|
||||
| [`DESEC`](desec.md) | ✅ | ❔ | ✅ | ✅ |
|
||||
| [`DIGITALOCEAN`](digitalocean.md) | ✅ | ❔ | ✅ | ✅ |
|
||||
| [`DIGITALOCEAN`](digitalocean.md) | ✅ | ✅ | ✅ | ✅ |
|
||||
| [`DNSIMPLE`](dnsimple.md) | ✅ | ❌ | ❌ | ✅ |
|
||||
| [`DNSMADEEASY`](dnsmadeeasy.md) | ❔ | ✅ | ✅ | ✅ |
|
||||
| [`DNSOVERHTTPS`](dnsoverhttps.md) | ❔ | ❔ | ❌ | ❔ |
|
||||
|
|
Loading…
Add table
Reference in a new issue