From 2dbac993cd26682150af54829a4531104a7ac30d Mon Sep 17 00:00:00 2001 From: Christopher Date: Fri, 15 Sep 2023 20:49:16 -0500 Subject: [PATCH] Add a section if the user can't resolve a domain --- update-etc-resolve/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/update-etc-resolve/README.md b/update-etc-resolve/README.md index 32ae852..7af2ffe 100644 --- a/update-etc-resolve/README.md +++ b/update-etc-resolve/README.md @@ -3,3 +3,15 @@ ```bash bash -c "$(wget -qLO - https://raw.githubusercontent.com/bigbeartechworld/big-bear-scripts/master/update-etc-resolve/run.sh)" ``` + +# Can't Resolve Domain + +To resolve this issue, please follow these steps: + +1. Copy the contents of run.sh from this repository. +2. Create a file named run.sh on your server. +3. Execute the following command on your server: + +```bash +bash run.sh +```