typo
darcs-hash:20081210212126-af139-9f13d49c6df2c6434ed55fdee0aaf881a3fe59a7.gz
This commit is contained in:
parent
009f950931
commit
cc84d46fb5
2 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@ if not has("dns-secondary-no-forward"):
|
|||
@
|
||||
if not has("vlan-radin"):
|
||||
@ allow-recursion {"localnets"; "cransadm"; "crans";};
|
||||
else
|
||||
else:
|
||||
@ allow-recursion {"localnets"; "cransadm"; "crans"; "radins";};
|
||||
@};
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ def admip():
|
|||
return admipof(hostname)
|
||||
|
||||
def radinip():
|
||||
if has("vlan-radin")::
|
||||
if has("vlan-radin"):
|
||||
return '10.42.0.1'
|
||||
else:
|
||||
raise NotImplementedError, "Ce serveur n'a rien à faire sur le VLAN radin"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue