From 261e51a6d59ac9252f3f98f7dd68500ca2db3e6a Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Thu, 21 Jun 2012 12:55:03 +0000 Subject: Fixed bug with SRV records having Priority and Weight swapped --- tinydns-model.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tinydns-model.lua b/tinydns-model.lua index 82c2934..50fafa3 100644 --- a/tinydns-model.lua +++ b/tinydns-model.lua @@ -44,7 +44,7 @@ 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 Service", "IP address", "Server", "Port", "Weight", "Priority", "Time to live", "Timestamp", }, + ['S']={"Domain Service", "IP address", "Server", "Port", "Priority", "Weight", "Time to live", "Timestamp", }, ['N']={"Domain", "Order", "Preference", "Flags", "Service", "Regular expression", "Replacement", "Time to live", "Timestamp", }, }, } -- cgit v1.2.3