We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey,
Everything else besides the PTR is working fine.
I do get Daniesy\Record\Records Object ( [data:Daniesy\Record\Records:private] => Array ( ) [index:Daniesy\Record\Records:private] => 0 )
Daniesy\Record\Records Object ( [data:Daniesy\Record\Records:private] => Array ( ) [index:Daniesy\Record\Records:private] => 0 )
$results = (new Digger)->getRecords('chatchup.com', 'PTR'); print_r($results);
However, I also tried to input the IP in the string or the domain, they both doesn't work.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey,
Everything else besides the PTR is working fine.
I do get
Daniesy\Record\Records Object ( [data:Daniesy\Record\Records:private] => Array ( ) [index:Daniesy\Record\Records:private] => 0 )
However, I also tried to input the IP in the string or the domain, they both doesn't work.
The text was updated successfully, but these errors were encountered: