Nexcessnet_Turpentine_Model_Varnish_Configurator_Abstract::_getDebugIps PHP Method

_getDebugIps() protected method

Get the list of allowed debug IPs
protected _getDebugIps ( ) : array
return array
    protected function _getDebugIps()
    {
        return Mage::helper('turpentine/data')->cleanExplode(',', Mage::getStoreConfig('dev/restrict/allow_ips'));
    }