Return 404 when the dns domain has any path different than /

This commit is contained in:
2024-05-12 19:24:10 +02:00
parent b57beded8f
commit 789cc6939e
3 changed files with 16 additions and 3 deletions

View File

@ -32,7 +32,7 @@ Take a look at [ifconfig.es](https://ifconfig.es) a live site using `whatismyip`
Get your public IP easily from the command line:
```text
```bash
curl ifconfig.es
127.0.0.1
@ -42,7 +42,7 @@ curl -6 ifconfig.es
Get the IP of your DNS provider:
```text
```bash
curl -L dns.ifconfig.es
2a04:e4c0:47::67 (Spain / OPENDNS)
```