Changeset 456 for trunk/dns.sql


Ignore:
Timestamp:
01/17/13 13:53:52 (11 years ago)
Author:
Kris Deugau
Message:

/trunk

Refiddle/retweak the available record types in the initial tabledef
and 1.0->1.2 upgrade SQL. AAAA+PTR template should be available
but is effectively be ignored on export until DNS server software
has a native way to represent the data in a single entry.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dns.sql

    r395 r456  
    177177COPY rectypes (val, name, stdflag, listorder, alphaorder) FROM stdin;
    1781781       A       1       1       1
    179 2       NS      2       9       37
     1792       NS      2       10      37
    1801803       MD      5       255     29
    1811814       MF      5       255     30
    182 5       CNAME   2       11      9
     1825       CNAME   2       12      9
    1831836       SOA     0       0       53
    1841847       MB      5       255     28
     
    19019013      HINFO   5       255     18
    19119114      MINFO   5       255     32
    192 15      MX      1       10      34
    193 16      TXT     2       12      60
     19215      MX      1       11      34
     19316      TXT     2       13      60
    19419417      RP      4       255     48
    19519518      AFSDB   5       255     4
     
    20820831      EID     5       255     15
    20920932      NIMLOC  5       255     36
    210 33      SRV     1       13      55
     21033      SRV     1       14      55
    21121134      ATMA    5       255     6
    21221235      NAPTR   5       255     35
     
    24924965282   PTR template    3       6       2
    25025065283   A+PTR template  2       7       2
    251 65284   AAAA+PTR template       8       13      2
    252 65285   Delegation      2       8       2
     25165284   AAAA+PTR template       2       8       2
     25265285   Delegation      2       9       2
    253253\.
    254254
Note: See TracChangeset for help on using the changeset viewer.