Add Pagination Capability
This commit is contained in:
parent
10f6aa8455
commit
aadd1760cf
2 changed files with 19 additions and 4 deletions
src
|
@ -579,7 +579,7 @@ fn main() {
|
|||
for zone in &zone_cfgs {
|
||||
let cf_zone = CloudflareZone::new(zone, &config);
|
||||
|
||||
let cf_entries = match cf_zone.get_entries() {
|
||||
let cf_entries = match cf_zone.get_entries(None) {
|
||||
Ok(entries) => entries,
|
||||
Err(_) => {
|
||||
continue
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue