
    9i2                    $    d dl mZ d dlmZ ddZy)    )annotations)requestc                 0    t         j                  d   xs dS )z}
    :return: the ip address for the current request from the CF-Connecting-IP header
     (or 127.0.0.1 if none found)

    zCF-Connecting-IPz	127.0.0.1)r   headers     M/var/www/html/venv/lib/python3.12/site-packages/flask_limiter/contrib/util.pyget_remote_address_cloudflarer
      s     ??-.=+=r   N)returnstr)
__future__r   flaskr   r
   r   r   r	   <module>r      s    " >r   