NSD: PTR record syntax error

Hi,

NSD gives me a syntax error for the last line, but I can’t see any mistakes - can anyone help me?

$ORIGIN 29/13.20.112.in-addr.arpa.

$TTL 300

@ IN SOA a.dns.server.tld. hostmaster.server.tld. (
2018103000
3600
900
604800
300
)

@ IN NS a.dns.server.tld.
@ IN NS b.dns.server.tld.
@ IN NS c.dns.server.tld.
@ IN NS d.dns.server.tld.
@ IN NS e.dns.server.tld.

233 IN PTR server.tld.

Best regards,
Tim

Does the file ends with newline character ( )?

Hi,

thank you! :slight_smile:
I’m stupid, that’s exactly the problem …