Add a section if the user can't resolve a domain

This commit is contained in:
Christopher
2023-09-15 20:49:16 -05:00
parent 2e26fb7ef5
commit 2dbac993cd

View File

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