summaryrefslogtreecommitdiffstats
path: root/tinydns-model.lua
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2009-11-10 18:02:36 +0000
committerTed Trask <ttrask01@yahoo.com>2009-11-10 18:02:36 +0000
commit9e62c361c0fd51809a6fefdf5772768147b310a7 (patch)
tree78a6394a7c81ce5babcf66f431f1c448436d0620 /tinydns-model.lua
parentc2e72718bc52cccb6377bfc44db425e7dc9b8b41 (diff)
downloadacf-tinydns-9e62c361c0fd51809a6fefdf5772768147b310a7.tar.bz2
acf-tinydns-9e62c361c0fd51809a6fefdf5772768147b310a7.tar.xz
Added support for SRV and NAPTR records, some UI cleanup.
Diffstat (limited to 'tinydns-model.lua')
-rw-r--r--tinydns-model.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/tinydns-model.lua b/tinydns-model.lua
index 2f40d98..8e10466 100644
--- a/tinydns-model.lua
+++ b/tinydns-model.lua
@@ -29,6 +29,8 @@ local descr = {
['Z']="SOA record (SOA)",
[':']="Generic record",
['%']="Client location",
+ ['S']="Service location",
+ ['N']="Naming authority pointer",
},
fieldlabels={
['.']={"Domain", "IP address", "Name server", "Time to live", "Timestamp", "Location", },
@@ -42,6 +44,8 @@ local descr = {
['Z']={"Domain", "Primary name server", "Contact address", "Serial number", "Refresh time", "Retry time", "Expire time", "Minimum time", "Time to live", "Timestamp", "Location",},
[':']={"Domain", "Record type", "Record data", "Time to live", "Timestamp", "Location", },
['%']={"Location", "IP prefix", },
+ ['S']={"Domain", "IP address", "X", "Port", "Weight", "Priority", "Time to live", "Timestamp", },
+ ['N']={"Domain", "Order", "Preference", "Flags", "Service", "Regular expression", "Replacement", "Time to live", "Timestamp", },
},
}