mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-12-09 05:36:27 +08:00
fix RP docs
This commit is contained in:
parent
46393bee55
commit
b06a721e71
2 changed files with 3 additions and 2 deletions
2
commands/types/dnscontrol.d.ts
vendored
2
commands/types/dnscontrol.d.ts
vendored
|
|
@ -3235,7 +3235,7 @@ declare function REVCOMPAT(rfc: string): string;
|
||||||
*
|
*
|
||||||
* @see https://docs.dnscontrol.org/language-reference/domain-modifiers/rp
|
* @see https://docs.dnscontrol.org/language-reference/domain-modifiers/rp
|
||||||
*/
|
*/
|
||||||
declare function RP(name: string, mbox: unknown, txt: unknown, ...modifiers: RecordModifier[]): DomainModifier;
|
declare function RP(name: string, mbox: string, txt: string, ...modifiers: RecordModifier[]): DomainModifier;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* `SMIMEA` adds a `SMIMEA` record to a domain. The name should be the hashed and stripped local part of the e-mail.
|
* `SMIMEA` adds a `SMIMEA` record to a domain. The name should be the hashed and stripped local part of the e-mail.
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,8 @@ parameters:
|
||||||
- modifiers...
|
- modifiers...
|
||||||
parameter_types:
|
parameter_types:
|
||||||
name: string
|
name: string
|
||||||
address: string
|
mbox: string
|
||||||
|
txt: string
|
||||||
"modifiers...": RecordModifier[]
|
"modifiers...": RecordModifier[]
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue