Server IP : 51.89.169.208 / Your IP : 3.144.230.177 Web Server : Apache System : Linux ns3209505.ip-198-244-202.eu 4.18.0-553.27.1.el8_10.x86_64 #1 SMP Tue Nov 5 04:50:16 EST 2024 x86_64 User : yellowleaf ( 1019) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /proc/self/root/usr/share/doc/cpanel-php83-net-dns2/ |
Upload File : |
# Net\_DNS2 - Native PHP DNS Resolver and Updater # ### The main features for this package include: ### * Increased performance; most requests are 2-10x faster than Net\_DNS * Near drop-in replacement for Net\_DNS * Uses modern PHP classes and exceptions * Support for IPv4 and IPv6, TCP and UDP sockets. * Includes a separate, more intuitive "Updater" class for handling dynamic update * Support zone signing using TSIG and SIG(0) for updates and zone transfers * Includes a local cache using shared memory or flat file to improve performance * includes many more RR's, including DNSSEC RR's. ## Installing Net\_DNS2 ## You can download it directly from PEAR: http://pear.php.net/package/Net_DNS2 ``` pear install Net_DNS2 ``` Or you can require it directly via Composer: https://packagist.org/packages/pear/net_dns2 ``` composer require pear/net_dns2 ``` Or download the source above. ## Requirements ## * PHP 5.4+ * The PHP INI setting `mbstring.func_overload` equals 0, 1, 4, or 5. ## Using Net\_DNS2 ## See the Net\_DNS2 Website for more details - https://netdns2.com/