Commande Linux pour inspecter les enregistrements TXT d'un domaine
Commande Linux pour inspecter les enregistrements TXT d'un domaine
Is there a linux shell command that I can use to inspect le TXT records of a domain?
Re: Commande Linux pour inspecter les enregistrements TXT d'un domaine
Dig will aussi do it assez nicely: `dig -t txt example.com` et si you add le `+short` option you get juste le txt record in quote marks avec no autre cruft.