Net_DNS2

Native PHP DNS Resolver and Updater

Skip to content
  • Home
  • About
  • Blog
  • Change Log
  • Documentation
    • Examples
    • IPv6 Support
    • Local Cache
    • Net_DNS2 Options
    • Request Signing – SIG(0) and TSIG
    • Resource Records Supported

Documentation

Installing Net_DNS2

Install using Composer:

composer require pear/net_dns2

Or install using PEAR:

pear install Net_DNS2

Or grab a copy from GitHub: https://github.com/mikepultz/netdns2

Using Net_DNS2

  • Options
  • Resource Records Supported
  • Local Cache
  • Request Signing – SIG(0) and TSIG
  • Full IPv6 Support
  • Examples