From ea8476a765ae08da85a52355d80a0e1fdc2201d9 Mon Sep 17 00:00:00 2001 From: Antoine Durand-Gasselin Date: Wed, 20 May 2009 19:46:31 +0200 Subject: [PATCH] [gestion/config] titanic n'est pas une machine crans: il fournit la connexion aux appartements darcs-hash:20090520174631-bd074-0416d4e7974a7dfe96d4eb6d65a91389e0693549.gz --- gestion/iptools.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gestion/iptools.py b/gestion/iptools.py index a3ff7dbe..b80039fb 100644 --- a/gestion/iptools.py +++ b/gestion/iptools.py @@ -123,8 +123,8 @@ 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' : + # Pour titanic + if ip == '138.231.136.14' : return False if re.match(NETs_regexp['all'], ip): return True