This commit is contained in:
Charlie Jacomme 2018-08-08 12:47:09 +02:00
parent 3fc12f6007
commit 79b2bc3655

View file

@ -14,7 +14,7 @@ api_password = config.get('Re2o', 'password')
api_username = config.get('Re2o', 'username')
template_soa = ("$ORIGIN {zone}.\n"
"@ IN SOA {ns} {mail} (\n"
"@ IN SOA {ns}. {mail} (\n"
" {serial} ; serial\n"
" {refresh} ; refresh\n"
" {retry} ; retry\n"