Browse Source
the same pagination bug that happens for accounts with a large number of domains also happens for DNS zones with a large number of records. The previous code assumes that all records are returned in a single page. Changed the code to do an exact match search so that it returns only the few required records and never paginates replies.pull/5172/head
Vinicius Mello
2 weeks ago
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue