When you DNS name an IP without a reverse DNS (i.e. it resolves to nothing), is it possible to get the IP you were originally trying to lookup?
E.g. /dns 80.192.110.57
Code:
on *:DNS:{
  What identifer would return 80.192.110.57 here?
}

I have tried $dns(1).ip and it doesn't work.