Skip to content

NetDNS2

Pure PHP DNS Resolver and Updater

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

Documentation (1.5.*)

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