DNS icon indicating copy to clipboard operation
DNS copied to clipboard

The aim of this project is to create abstract object representations of DNS records in PHP. The project consists of various classes representing DNS objects (such as Zone, ResourceRecord, and various...

Results 5 DNS issues
Sort by recently updated
recently updated
newest added

@samuelwilliams parsing a bind file like below currently triggers a unicode conversion to occur, stripslashes appears to be the problem but when reading fromText the handleTxt method already strips the...

Hi! Is it possible to disable the lastStatedTtl handling? In our setup, all records get a TTL if one record has a TTL set. Thanks!

Since moving over to using this library for some of our DNS handling, we've notice that google site verification is now broken for new domains. This appears to be due...

For a TXT record like `example.org. TXT 300 v=spf1 mx include:spf.example.com -all` the parser ignores the content after the first space. TXT records are allowed to have *multiple* "character strings"...

In the readme it shows calling ZoneBuilder::build() via a static method. However when calling it is not setup as a static method.