. All rights reserved. * * See LICENSE for more details. * * @category Networking * @package Net_DNS2 * @author Mike Pultz * @copyright 2020 Mike Pultz * @license http://www.opensource.org/licenses/bsd-license.php BSD License * @link https://netdns2.com/ * @since File available since Release 1.2.0 * */ /** * The CDS RR is implemented exactly like the DS record, so * for now we just extend the DS RR and use it. * * http://www.rfc-editor.org/rfc/rfc7344.txt * */ class Net_DNS2_RR_CDS extends Net_DNS2_RR_DS { }