diff --git a/gestion/iptools.py b/gestion/iptools.py index 86f16844..b451378b 100755 --- a/gestion/iptools.py +++ b/gestion/iptools.py @@ -123,6 +123,9 @@ def AddrInNets(ip,nets) : def is_crans(ip): """ Vérifie que l'ip est dans le réseau CRANS """ + # Pour prove le temps du point rencontre + if ip == '138.231.136.19' : + return False if re.match(NETs_regexp['all'], ip): return True return False