Changeset 790 for trunk/DNSDB.pm


Ignore:
Timestamp:
09/13/19 16:52:12 (5 years ago)
Author:
Kris Deugau
Message:

/trunk

Update docucomments on domainID() and revID()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DNSDB.pm

    r789 r790  
    26722672
    26732673## DNSDB::domainID()
    2674 # Takes a database handle and domain name
     2674# Takes a domain name and default location
    26752675# Returns the domain ID number
    26762676sub domainID {
     
    27022702
    27032703## DNSDB::revID()
    2704 # Takes a database handle and reverse zone name
     2704# Takes a reverse zone name and default location
     2705# Assumes the reverse zone is in the logical CIDR form, not the formal .arpa form
    27052706# Returns the rDNS ID number
    27062707sub revID {
Note: See TracChangeset for help on using the changeset viewer.