mikepultz / netdns2

Native PHP DNS Resolver and Updater
https://netdns2.com/
Other
119 stars 64 forks source link

Bind version #78

Closed elition31 closed 7 years ago

elition31 commented 7 years ago

Hi,

I don't know where i could ask my question but, is there a way to perform this kind of query : dig @ns12.ja.net. version.bind txt chaos

I tried $this->query($domain, 'TXT', 'CH');

but i have no result.

Thank you if you can answer.

EDIT: my bad I just had to do this : $this->query("version.bind", 'TXT', 'CH');