Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ArrayIterator committed Nov 9, 2023
1 parent 4ecb451 commit d06360a
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,15 @@
# PHP DNS Client - DNS Resolver


Native Php DNS Client / Resolver implementation of [RFC 1035](https://datatracker.ietf.org/doc/html/rfc1035).
Support [PSR-6: Caching Interface](https://www.php-fig.org/psr/psr-6/).

## Requirements

- Php 8.1 or later
- Network Connectivity (_Absolutely!_)

## Note

The [RRTypes](src/ResourceRecord/RRTypes) not completed yet,
will use [RRDefault](src/ResourceRecord/RRTypes/RRDefault.php) as default.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"dns-resolver",
"dns",
"php-dns",
"nameserver"
"nameserver",
"RFC1035"
],
"license": ["LGPL-3.0-or-later"],
"require": {
Expand Down
4 changes: 4 additions & 0 deletions src/DnsServer/CloudflareFamily.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
* @link https://developers.cloudflare.com/1.1.1.1/ip-addresses/#1111-for-families
* For block adult content use:
*
* 1.1.1.3
* 1.0.0.3
*
* For IPV6:
* 2606:4700:4700::1113
* 2606:4700:4700::1003
*/
Expand Down

0 comments on commit d06360a

Please sign in to comment.