Changeset 342


Ignore:
Timestamp:
06/08/12 18:19:15 (12 years ago)
Author:
Kris Deugau
Message:

/trunk

Add a new type to the custom record types ("Delegation") intended
to autocreate the appropriate records to delegate a subzone to
another server. Mainly useful for sub-/24 IPv4 reverse zones
where there's extra magic required to delegate small blocks.
Update listing priority for A+PTR template so that it's listed
when adding or updating a forward (domain) zone, since it's a
crossover type.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/DNSDB.pm

    r341 r342  
    879879  return ('OK','OK');
    880880} # done AAAA+PTR template record
     881
     882# Delegation record
     883sub _validate_65285 {
     884  return ('OK','OK');
     885}
    881886
    882887
  • trunk/dns.sql

    r328 r342  
    22922965281   AAAA+PTR        2       4       4
    23023065282   PTR template    3       6       2
    231 65283   A+PTR template  3       7       2
     23165283   A+PTR template  2       7       2
    23223265284   AAAA+PTR template       8       13      2
     23365285   Delegation      2       8       2
    233234\.
    234235
Note: See TracChangeset for help on using the changeset viewer.