Updated with MAC steps at the bottom.
Update #2: I want to add that this should only be used temporarily. In the event GAW ever changes their IP address you will need to update your hosts file with the new IP.
Update #3: Added authentication.win record
Hi frens,
Some asked me to make a thread about this directly so that it could be stickied. Mods, if you deem this sticky-worthy go ahead.
For Windows:
located in windows\system32\drivers\etc
there contains a file simply named 'hosts'
copy this file to your desktop
edit it with notepad
at the bottom of the file add these two lines exactly
172.67.145.123 greatawakening.win
104.21.87.229 authentication.win
save the file (to your desktop) - ensure that windows does not add a .txt extension to this file. Then drag and drop it into your windows\system32\drivers\etc folder. Yes on the overwrite.
This will allow you to be able to access GAW even if worldwide DNS ceases to exist.
I would not recommend leaving this configured forever, incase GAW changes IP addresses or anything. But knowing how to do it for temporary purposes is a good idea.
For MAC:
open a terminal
type
Type sudo nano /etc/hosts and press Return
Enter your admin password and press Return
Using the "Nano" text editor can be a bit hard.. but follow these simple steps:
Use the Return key to create some space below the existing records
Input the IP address:
172.67.145.123
Press the Tab key
Enter the domain name:
greatawakening.win
Press the Enter key to start a new line
Input the IP address:
104.21.87.229
Press the Tab key
Enter the domain name:
authentication.win
Save the file by pressing Ctrl + O
Exit with Ctrl + X
Even better:
- Get a raspberry pi
- Install pi-hole for dns level ad blocking
- Install unbound so your pi-hole can talk directly to the dns root servers
- Configure pi-hole to use unbound as the upstream dns provider
- Profit
Using unbound means any time the pi-hole has to look up a dns record, it goes directly to the dns root servers to start the lookup. In other words, you bypass the dns server of your ISP, Google, MS, and all the other public facing dns servers that data mine you. A plus for privacy while on the internet.
Been running pihole, gonna look into unbound, sounds pretty cool thanks for sharing