This shows you the differences between two versions of the page.
— |
cli-list-zones [2018/06/02 23:01] (current) usmannasir created |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== List DNS Zones ====== | ||
+ | There are two ways you can list dns zones, first is JSON format, and second is the tabular format. | ||
+ | |||
+ | ===== JSON Format ===== | ||
+ | |||
+ | <code>cyberpanel listDNSZonesJson</code> | ||
+ | |||
+ | This will give you JSON output. | ||
+ | |||
+ | ===== Tabular Output ===== | ||
+ | |||
+ | <code>cyberpanel listDNSZonesPretty</code> |