[interfaces/dns] on utilise les ip adm de préférence

Ignore-this: ded9a2bdfd2d90cde1b16ca949ce0a62

darcs-hash:20130118011116-28565-a018ad0a853cb6d0fe4f691838dddd3b8c7a670e.gz
This commit is contained in:
Daniel STAN 2013-01-18 02:11:16 +01:00
parent 768cb7a5e9
commit 5c333f8bb7

View file

@ -62,7 +62,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
dns-nameservers 10.231.136.98 10.231.136.9
dns-search adm.crans.org""" % { 'interface': interface, 'ip': admip() }
for line in additionnals: