Your IP : 216.73.216.171


Current Path : /home/ereika83/public_html/wp-content/plugins/wp-rocket/inc/vendors/CloudFlare/
Upload File :
Current File : /home/ereika83/public_html/wp-content/plugins/wp-rocket/inc/vendors/CloudFlare/IPs.php

<?php

namespace Cloudflare;

/**
 * CloudFlare API wrapper
 *
 * CloudFlare IPs
 * CloudFlare IP space
 *
 * @author James Bell <james@james-bell.co.uk>
 *
 * @version 1
 */
class IPs extends Api
{
    /**
     * CloudFlare IPs
     * Get CloudFlare IPs
     */
    public function ips()
    {
        return $this->get('/ips');
    }
}