1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/movim_ynh.git synced 2024-09-03 19:46:19 +02:00
movim_ynh/sources/vendor/pear/net_dns2
2016-03-14 23:16:11 +01:00
..
Net update to movim upstream 2016-03-14 23:16:11 +01:00
tests update to movim upstream 2016-03-14 23:16:11 +01:00
composer.json update to movim upstream 2016-03-14 23:16:11 +01:00
LICENSE update to movim upstream 2016-03-14 23:16:11 +01:00
package.php update to movim upstream 2016-03-14 23:16:11 +01:00
package.xml update to movim upstream 2016-03-14 23:16:11 +01:00
README.md update to movim upstream 2016-03-14 23:16:11 +01:00

Net_DNS2 - Native PHP5 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 PHP5 style 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

Net_DNS2 is available via the download section above as a PEAR library, or get it directly from the PEAR site:

http://pear.php.net/package/Net_DNS2

Or you can use the command line PEAR installer:


pear install Net_DNS2

Using Net_DNS2

See the Net_DNS2 Website for more details - http://netdns2.com/