it appears the script doesn't write the ttl line to the rpz file...
line 173:
f.write('$TTL 86400\n@ 3600 IN SOA @ admin.{}. 0 86400 7200 2592000 86400\n@ 3600 IN NS LOCALHOST.'.format(origin))
sticking the ttl at the beginning should help. i don't know if 86400 is the right value, try 3600 if it doesn't work for you.
it appears the script doesn't write the ttl line to the rpz file...
line 173:
sticking the ttl at the beginning should help. i don't know if 86400 is the right value, try 3600 if it doesn't work for you.