• Resolved Julian Song

    (@julians3)


    It only show the top 20 domain. Try to add
    $result = $this->remote_request( $endpoint, 'GET', array( 'page' => 1, 'per_page' => 1000 ) );

    But it wouldn’t work.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Mustafa Uysal

    (@m_uysl)

    Hi @julians3

    Thanks for reporting the issue.

    $result = $this->remote_request( $endpoint, 'GET', array( 'page' => 1, 'per_page' => 1000 ) );

    It’s no longer needed to make these changes manually, that code is already shipped with the latest update. However, It seems CF returning the default value when the given parameter is bigger than the max value for the zones.

    If you have less than 50 domains, you can give it a try to change the per_page parameter to 50 as a quick fix.

    I will work on a permanent solution.

    Thread Starter Julian Song

    (@julians3)

    Thanks for the quick response! Will wait for your latest update.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Limit on the CloudFlare domains list’ is closed to new replies.