From f1d8dd9c582b7ee9a4401f1b7c423b1bb3576594 Mon Sep 17 00:00:00 2001 From: Chris Shantz <mnshantz@uwaterloo.ca> Date: Mon, 4 Feb 2019 10:42:05 -0500 Subject: [PATCH] Update README.md with potential fix for localhost issues in firefox. --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f965976..8e0aa97 100644 --- a/README.md +++ b/README.md @@ -80,4 +80,10 @@ Encountered errors while bringing up the project. You will need to use Windows Powershell (as Admin) and enter: ```bash $Env:COMPOSE_CONVERT_WINDOWS_PATHS=1 -``` \ No newline at end of file +``` + +Potential issue with Firefox and being able to resolve localhost: +https://www.reddit.com/r/sysadmin/comments/94r885/firefox_will_soon_be_sending_all_dns_requests_to/ + +Fix (go to about:config in Firefox URL bar): +change ```network.trr.mode=0``` to network.trr.mode=5``` \ No newline at end of file -- GitLab