mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-08-04 07:32:00 +00:00
Added verification section
This commit is contained in:
parent
3ffe159ee6
commit
4c5cf6a081
1 changed files with 11 additions and 0 deletions
|
@ -70,3 +70,14 @@ server {
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
You can test to see if this works by trying to query your IP directly using curl.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
curl 173.255.230.230
|
||||||
|
```
|
||||||
|
|
||||||
|
This should return:
|
||||||
|
```
|
||||||
|
curl: (52) Empty reply from server
|
||||||
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue