Based on your requests we have added support for four new record types:
Example usage:
-- file: example.com.lua
-- AAAA records
aaaa("ns1", "2001:4860:4860::8888")
aaaa("ns2", "2001:4860:4860::8844")
-- SPF records
spf(_a, "v=spf1 a mx ~all")
-- SRV records
srv("_sip._tcp", "sipserver.example.com", 5060)
-- file: 1.168.192.in-addr.arpa.lua
ptr("1", "server.example.com")
Check the manual to see the full list of supported record types and its syntax.