mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-09-14 17:14:47 +08:00
DOCS: language-reference/D: fix broken link (#3486)
This commit is contained in:
parent
f281698124
commit
1e5acba8e3
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ add records with [A](../domain-modifiers/A.md), [CNAME](../domain-modifiers/CNAM
|
|||
|
||||
Modifier arguments are processed according to type as follows:
|
||||
|
||||
- A function argument will be called with the domain object as it's only argument. Most of the [built-in modifier functions](https://docs.dnscontrol.org/language-reference/domain-modifiers-modifiers) return such functions.
|
||||
- A function argument will be called with the domain object as it's only argument. Most of the [built-in modifier functions](https://docs.dnscontrol.org/language-reference/domain-modifiers) return such functions.
|
||||
- An object argument will be merged into the domain's metadata collection.
|
||||
- An array argument will have all of it's members evaluated recursively. This allows you to combine multiple common records or modifiers into a variable that can
|
||||
be used like a macro in multiple domains.
|
||||
|
|
Loading…
Add table
Reference in a new issue