mirror of
https://github.com/bigbeartechworld/big-bear-scripts.git
synced 2026-07-28 00:02:34 -04:00
Add a section if the user can't resolve a domain
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user