T
T
theslim2015-08-10 15:21:00
JavaScript
theslim, 2015-08-10 15:21:00

Why does the site resolve with a crooked ip on the DNS server?

In general, there is a server on Ubuntu. Recently, one site google.com resolves as 127.0.0.1 Checked the
bind folder. There is no such rule anywhere. All other sites correspond to their ip addresses without problems.
dns1:~$ nslookup google.com
Server: 127.0.0.1
Address: 127.0.0.1#53
Non-authoritative answer:
Name: google.com
Address: 127.0.0.1
How can I solve this problem?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dmitry Grabko, 2019-01-28
@Locko

$('.clientICoBar>img').click(
        function () { 
                $('.callbakContainer>p').html('Next callback text text text');
                $('.clientName').html('Art Director');
                var src = $(this).attr("src");
                $('.clientAvatar').attr("src", src);
        }
    );

A
Andrey Burov, 2015-08-10
@BuriK666

what about /etc/resolv.conf ?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question