mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-09-13 00:24:36 +08:00
fix get-zones code block indentation (#769)
This commit is contained in:
parent
ff8ce26cee
commit
44bd4206e8
1 changed files with 30 additions and 29 deletions
|
@ -75,14 +75,15 @@ FORMATS:
|
||||||
--format=tsv TAB separated value (useful for AWK)
|
--format=tsv TAB separated value (useful for AWK)
|
||||||
--format=nameonly Just print the zone names
|
--format=nameonly Just print the zone names
|
||||||
|
|
||||||
The columns in --format=tsv are:
|
The columns in `--format=tsv` are:
|
||||||
|
|
||||||
FQDN (the label with the domain)
|
FQDN (the label with the domain)
|
||||||
ShortName (just the label, "@" if it is the naked domain)
|
ShortName (just the label, "@" if it is the naked domain)
|
||||||
TTL
|
TTL
|
||||||
Record Type (A, AAAA, CNAME, etc.)
|
Record Type (A, AAAA, CNAME, etc.)
|
||||||
Target and arguments (quoted like in a zonefile)
|
Target and arguments (quoted like in a zonefile)
|
||||||
|
|
||||||
The --ttl flag only applies to zone/js/djs formats.
|
The `--ttl` flag only applies to zone/js/djs formats.
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue