mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
Provide TypeScript typings for dnsconfig.js (#1830)
Co-authored-by: Jeffrey Cafferata <jeffrey@jcid.nl> Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
This commit is contained in:
@@ -4,6 +4,10 @@ parameters:
|
||||
- name
|
||||
- address
|
||||
- modifiers...
|
||||
parameter_types:
|
||||
name: string
|
||||
address: string | number
|
||||
"modifiers...": RecordModifier[]
|
||||
---
|
||||
|
||||
A adds an A record To a domain. The name should be the relative label for the record. Use `@` for the domain apex.
|
||||
|
Reference in New Issue
Block a user