[DNS] On retire rouge de la liste.
Ignore-this: fa29a7f2f4a0df022b73c33224d688d7 darcs-hash:20120802155348-b6762-fd9dadddceea6897232e1a9ed7eb64994f15f145.gz
This commit is contained in:
parent
7d230458a7
commit
92b827f744
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue