Il faut utiliser les shortnames pour les serveurs, dans bind.
This commit is contained in:
parent
64a59be2b7
commit
8ab3238a78
1 changed files with 1 additions and 1 deletions
|
@ -615,7 +615,7 @@ class dns(gen_config):
|
||||||
|
|
||||||
NON_CLONABLE_SPFs = {
|
NON_CLONABLE_SPFs = {
|
||||||
'crans.org': [
|
'crans.org': [
|
||||||
TXT(_mx, 'v=spf1 mx:crans.org ~all') for _mx in config.dns.MXs
|
TXT(short_name(_mx), 'v=spf1 mx:crans.org ~all') for _mx in config.dns.MXs
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue