Have you ever faced issues in connecting to mega.nz? well, I have, so here is how I fixed it.
The solution is to change your DNS to 8.8.8.8 and 8.8.4.4
Windows
settings>Network and Internet>adapter settings> right click ethernet> properties> IPV4>click Use following DNS server adress:
Preferred DNS server: 8.8.8.8Kali:
Alternate DNS server: 8.8.4.4
open terminal type:
nano /etc/resolv.confclear everything in it and type:
nameserver 8.8.8.8 8.8.4.4
TO check your DNS Server visit DNSLEAKTEST
Comments
Post a Comment