mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2025-02-10 10:39:15 +00:00
![Jan Koppe](/assets/img/avatar_default.png)
The dashboard.domains_custom route was hardcoded to either return all the domains, or at most 100, regardless of default_domain_table_size setting. Make this limit be dependent on default_domain_table_size instead. The API will now limit to 100 or default_domain_table_size, whichever one is higher. This is done to not break any seconday use-cases that might depend on the hardcoded setting.