This repository was archived by the owner on Nov 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 714714The following is documented within the ** Advanced** option of the DNS page within the Cloudflare portal.
715715
716716```
717- $ python -m cli4 /zones/:example.com/dns_records/export | egrep -v '^;;|^$'
717+ $ cli4 /zones/:example.com/dns_records/export | egrep -v '^;;|^$'
718718$ORIGIN .
719719@ 3600 IN SOA example.com. root.example.com. (
720720 2025552311 ; serial
Original file line number Diff line number Diff line change @@ -789,7 +789,7 @@ page within the Cloudflare portal.
789789
790790::
791791
792- $ python -m cli4 /zones/:example.com/dns_records/export | egrep -v '^;;|^$'
792+ $ cli4 /zones/:example.com/dns_records/export | egrep -v '^;;|^$'
793793 $ORIGIN .
794794 @ 3600 IN SOA example.com. root.example.com. (
795795 2025552311 ; serial
You can’t perform that action at this time.
0 commit comments