From 92b827f744bdd0be0bcfcb7ddb399c307d3263e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Elliott=20B=C3=A9cue?= Date: Thu, 2 Aug 2012 17:53:48 +0200 Subject: [PATCH] [DNS] On retire rouge de la liste. Ignore-this: fa29a7f2f4a0df022b73c33224d688d7 darcs-hash:20120802155348-b6762-fd9dadddceea6897232e1a9ed7eb64994f15f145.gz --- Python/etc/network/interfaces | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Python/etc/network/interfaces b/Python/etc/network/interfaces index 9040798..e7f8038 100644 --- a/Python/etc/network/interfaces +++ b/Python/etc/network/interfaces @@ -29,7 +29,7 @@ iface %(interface)s inet static netmask 255.255.248.0 broadcast 138.231.143.255 gateway 138.231.136.4 - dns-nameservers 138.231.136.98 138.231.136.9 138.231.136.3 + dns-nameservers 138.231.136.98 138.231.136.9 dns-search crans.org""" % { 'interface': interface, 'ip': pubip() } for line in additionnals: @@ -46,7 +46,7 @@ iface %(interface)s inet static netmask 255.255.255.0 broadcast 10.231.136.255 mtu 1496 - dns-nameservers 10.231.136.98 138.231.136.9 10.231.136.3 + dns-nameservers 10.231.136.98 138.231.136.9 dns-search adm.crans.org""" % { 'interface': interface, 'ip': admip() } for line in additionnals: