Clear DNS Cache.Καθαρισμός DNS Cache

Για το καθαρισμό του των DNS Records απο τα Windows ανοιγουμε command prompt σας διαχειριστής 


και θα δώσουμε την παρακάτω εντολή

Flush DNS Cache in Windows

ipconfig /flushdns



Αντίστοιχα για Linux ανάλογα την έκδοση θα δώσουμε από το τερματικό σαν root τα παρακάτω 

Flush DNS Cache in Linux


Flush DNS Cache With nscd: 

sudo /etc/init.d/nscd restart


Flush DNS Cache With systemd:

systemd-resolve --flush-caches

ή

sudo resolvectl flush-caches 

και 

systemd-resolve --statistics 

ή

 resolvectl statistics


Flush DNS Cache With Dnsmasq: 

sudo /etc/init.d/dnsmasq restart

ή

sudo killall -HUP dnsmasq

Flush DNS Cache With BIND:

sudo /etc/init.d/named restart
sudo rndc restart
sudo rndc exec



Και στο MacOS πάλι απο τερματικό σαν root

Flush DNS Cache in MacOS

Big Sur [11] or Monterey [12] or Ventura: 

sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder

Lion [10.7], Mountain Lion [10.8], Mavericks [10.9], El Capitan[10.11] , Sierra [10.12], High Sierra [10.13], Mojave [10.14]: 

sudo killall -HUP mDNSResponder

Yosemite [10.10]: 

sudo discoveryutil mdnsflushcache

Snow Leopard [10.6]:

sudo dscacheutil -flushcache

Tiger & Leopard [10.5]: 

lookupd -flushcache




Flush DNS Cache in Browsers 

Ανάλογα τον browser στην γραμμή URL πληκτρολογούμε

Flush DNS Cache in Google Chrome

URL: chrome://net-internals/#dns

και μετά Clear host cache

Clear Chrome DNS

Flush DNS Cache in Brave

URL: brave://net-internals/#dns

και μετά Clear host cache

Clear Brave DNS

Flush DNS Cache in Microsoft Edge

URL: edge://net-internals/#dns

και μετά Clear host cache

Clear Edge DNS

Flush DNS Cache in Opera

URL: opera://net-internals/#dns

και μετά Clear host cache

Flush DNS Cache in Firefox

URL: about:networking#dns

και μετά Clear DNS Cache

Firefox Clear DNS