Skip to main content
Topic: clear dns cache (Read 1262 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

clear dns cache

Hello i have been working with dns on cloudflare dashboard and i have made couple of changes over and over and it didn't work
but when i asked my friend to ping my domen he can access the new changed ip, while for me ping retrieves old invalid ip, same for websites that change url, i have contacted cloudflare & hosting support and they told me to see what handles my network and to flush-chear dns cache but i don't know how would i do that on artix runit.
Why use Windows? When you can use Linux for FREE!

Re: clear dns cache

Reply #1
Code: [Select]
kamey-x541nc:[kamey]:~$ cat /etc/resolv.conf
# Generated by Connection Manager
nameserver ::1
nameserver 127.0.0.1

it displays localhost ip, so this os is hosting it's own dns server on localhost that's why it doesn't update?
Why use Windows? When you can use Linux for FREE!


 

Re: clear dns cache

Reply #3
DNS is the Domain Name Server, it matches website  names to numerical IP addresses. Often the DNS server is configured in your router, and your internet provider might provide this server as well. You can configure your router to use other DNS providers instead, like Google at 8.8.8.8 although generally the default will be optimized for your geographical location.
From what I read online non-systemd Linux probably doesn't cache DNS lookups unless you set it to do so and installed extra packages, but your router might cache them (some do this, but not all), and could possibly be cleared either by powering it on and off or logging in and and looking at the menus.