Observe na resposta que você recebeu de volta status: NXDOMAIN
e ANSWER: 0
. Isso significa que não foi encontrado nenhum registro correspondente à sua consulta.
A opção -x
para dig
é meramente uma conveniência para construir uma consulta PTR
. Divide em pontos, inverte, anexa in-addr.arpa.
e define o tipo como PTR
.
As informações que você recebeu de volta são o registro SOA do domínio autoritativo ( in-addr.arpa
) e servem para o cache de resultados. Pesquisas negativas (consultas que não têm resultados) podem ser armazenadas em cache por um período conforme especificado no registro SOA.
Veja RFC-2308 :
Name servers authoritative for a zone MUST include the SOA record of the zone in the authority section of the response when reporting an NXDOMAIN or indicating that no data of the requested type exists. This is required so that the response may be cached. The TTL of this record is set from the minimum of the MINIMUM field of the SOA record and the TTL of the SOA itself, and indicates how long a resolver may cache the negative answer.