mirror of
https://github.com/danog/dns.git
synced 2024-11-27 04:24:48 +01:00
ebb5fb510c
This now can do queries to dns servers and you'll get the list of raw records in an array
6 lines
82 B
PHP
6 lines
82 B
PHP
<?php
|
|
|
|
namespace Amp\Dns;
|
|
|
|
class Record extends \LibDNS\Records\ResourceQTypes {}
|