o
    si                     @   s   d dl mZ defddZdS )    )requestreturnc                   C   s   t jd p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 r   r   Y/var/www/html/pca-backend/venv/lib/python3.10/site-packages/flask_limiter/contrib/util.pyget_remote_address_cloudflare   s   r   N)flaskr   strr   r   r   r   r   <module>   s    