From 79b2bc36555b7f6748bc390fdb417662e31b0cba Mon Sep 17 00:00:00 2001 From: Charlie Jacomme Date: Wed, 8 Aug 2018 12:47:09 +0200 Subject: [PATCH] soa fix --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 363b6af..a0add79 100755 --- a/main.py +++ b/main.py @@ -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"