If it doesn't resolve to 127.0.0.1 it isn't working.
Code:rcgreen@blue:~$ nslookup 00info.com Server: 127.0.0.1 Address: 127.0.0.1#53 Name: 00info.com Address: 127.0.0.1 rcgreen@blue:~$ nslookup www.00info.com Server: 127.0.0.1 Address: 127.0.0.1#53 Name: www.00info.com Address: 127.0.0.1The reason it isn't resolving is because the host is down, not becauseCode:rcgreen@blue:~$ ping www.00info.com PING www.00info.com (127.0.0.1) 56(84) bytes of data. 64 bytes from localhost (127.0.0.1): icmp_seq=1 ttl=64 time=0.010 ms 64 bytes from localhost (127.0.0.1): icmp_seq=2 ttl=64 time=0.014 ms --- www.00info.com ping statistics --- 2 packets transmitted, 2 received, 0% packet loss, time 999ms rtt min/avg/max/mdev = 0.010/0.012/0.014/0.002 ms rcgreen@blue:~$ ping 00info.com PING 00info.com (127.0.0.1) 56(84) bytes of data. 64 bytes from localhost (127.0.0.1): icmp_seq=1 ttl=64 time=0.009 ms 64 bytes from localhost (127.0.0.1): icmp_seq=2 ttl=64 time=0.015 ms --- 00info.com ping statistics --- 2 packets transmitted, 2 received, 0% packet loss, time 999ms rtt min/avg/max/mdev = 0.009/0.012/0.015/0.003 ms
of your black hole dns. The request is being forwarded to your ISP,
and then failing to resolve. Probably something wrong with the syntax
of your zone file.
![]()




Reply With Quote