Changeset 342 for trunk/DNSDB.pm


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.

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.