Added verification section

This commit is contained in:
Brandon Rozek 2025-05-17 22:59:49 -04:00
parent 3ffe159ee6
commit 4c5cf6a081
No known key found for this signature in database
GPG key ID: DFB0E78F805F4567

View file

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