From b607495d8eedbaf848749bf7844caca6a17de042 Mon Sep 17 00:00:00 2001 From: Mugunth Date: Tue, 24 Sep 2019 10:08:55 +1000 Subject: [PATCH] Update Readme to add new hosts file path in macOS Catalina --- readme_template.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/readme_template.md b/readme_template.md index fe4e6630b..459e42489 100644 --- a/readme_template.md +++ b/readme_template.md @@ -234,7 +234,9 @@ We tried that. Using `0` doesn't work universally. To modify your current `hosts` file, look for it in the following places and modify it with a text editor. -**Mac OS X, iOS, Android, Linux**: `/etc/hosts` file. +**mac OS (until 10.14.x macOS Mojave), iOS, Android, Linux**: `/etc/hosts` file. + +**macOS Catalina:** `/private/etc/hosts` file. **Windows**: `%SystemRoot%\system32\drivers\etc\hosts` file.