All invalid hosts gets resolved to "com.org"
- by Vi
vi@vi-server:~$ nslookup nonexistent.itransition.com
Server: 8.8.8.8
Address: 8.8.8.8#53
** server can't find nonexistent.itransition.com: NXDOMAIN
vi@vi-server:~$ cat /etc/resolv.conf
nameserver 8.8.8.8
It does not exist. The same result from dig nonexistent.itransition.com.
vi@vi-server:~$ ping nonexistent.itransition.com
PING nonexistent.itransition.com.org (216.234.246.153) 56(84) bytes of data.
64 bytes from 99.f6.ead8.static.theplanet.com (216.234.246.153): icmp_seq=1 ttl=46 time=128 ms
64 bytes from 99.f6.ead8.static.theplanet.com (216.234.246.153): icmp_seq=2 ttl=46 time=128 ms
It catches all invalid hostnames? Why? How to prevent?