From ad6405d5b20be9d863b25e4de83ee58f071882b1 Mon Sep 17 00:00:00 2001 From: Vincent Le Gallic Date: Wed, 11 Mar 2015 22:55:26 +0100 Subject: [PATCH] =?utf8?q?[ssh/generate=5Fconfig]=20Le=20b=C3=A2timent=20v?= =?utf8?q?=20a=20un=20switch?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- ssh/generate_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssh/generate_config.py b/ssh/generate_config.py index c5cd14e..4c0aa88 100755 --- a/ssh/generate_config.py +++ b/ssh/generate_config.py @@ -20,7 +20,7 @@ static_before_file = "./static_before" static_after_file = "./static_after" #: regexp pour exclure certains "serveurs" -black_regex = re.compile('^((bigbrother|hugebrother|littlebrother|tinybrother|imprimante|vigile(--?\d[a-z])?|bat[abcghijmopk]-\d|minigiga|multiprise-v6|chu|pika|kvm|pulsar|nols2?).adm.crans.org|ftp.federez.net|ns1.crans.ens-cachan.fr)$') +black_regex = re.compile('^((bigbrother|hugebrother|littlebrother|tinybrother|imprimante|vigile(--?\d[a-z])?|bat[abcghijmopkv]-\d|minigiga|multiprise-v6|chu|pika|kvm|pulsar|nols2?).adm.crans.org|ftp.federez.net|ns1.crans.ens-cachan.fr)$') #: Proxy pour contacter le VLAN adm adm_proxy = u"sable.crans.org" -- 2.39.2