@shadmanZero/tenantos-api
    Preparing search index...

    Interface RDNSRecord

    interface RDNSRecord {
        hostname: string;
        ip: string;
        ttl?: number;
    }
    Index

    Properties

    Properties

    hostname: string
    ip: string
    ttl?: number