Viewing File: /usr/local/cpanel/3rdparty/php/83/lib/php/Net/DNS2/RR/AVC.php

<?php

/**
 * DNS Library for handling lookups and updates. 
 *
 * Copyright (c) 2020, Mike Pultz <mike@mikepultz.com>. All rights reserved.
 *
 * See LICENSE for more details.
 *
 * @category  Networking
 * @package   Net_DNS2
 * @author    Mike Pultz <mike@mikepultz.com>
 * @copyright 2020 Mike Pultz <mike@mikepultz.com>
 * @license   http://www.opensource.org/licenses/bsd-license.php  BSD License
 * @link      https://netdns2.com/
 * @since     File available since Release 1.4.2
 *
 */

/**
 * The AVC RR is implemented exactly like the TXT record, so
 * for now we just extend the TXT RR and use it.
 *
 */
class Net_DNS2_RR_AVC extends Net_DNS2_RR_TXT
{
}
Back to Directory File Manager