-
Notifications
You must be signed in to change notification settings - Fork 9
How to install HOSTS format
iam-py-test edited this page Sep 11, 2021
·
3 revisions
First, download the specified list. This can be done by visiting the raw url (can be found in the README, right-clicking, and clicking Save as.
If you have made modifications to your HOSTS file, or need to keep the contents, these instructions should be helpful.
- Open Terminal
- Type
sudo nano /etc/hosts
(or use your preferred text editer) - If needed, enter your password
- Open the downloaded list in a text editor
- Press Control-A and copy the contents
- Paste into /etc/hosts and save
- Open File Explorer and navigate to
C:\Windows\System32\drivers\etc\
- Open the downloaded version of my list, do Control-A and copy the contents of my list
- In
C:\Windows\System32\drivers\etc
, double click onHOSTS
(no file extension) and select Notepad as the app to open it with - Navigate to the bottom of the file & paste
- Save
I don't have access to MacOS or older Windows VMs, so I can not provide information for them