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 +```