Skip to content

Commit

Permalink
added a readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepultz committed Mar 22, 2015
1 parent f6a6c41 commit 6b808a3
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# 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/

0 comments on commit 6b808a3

Please sign in to comment.