Fix MD display
This commit is contained in:
parent
595232f9e3
commit
9be8186168
1 changed files with 7 additions and 7 deletions
14
README.md
14
README.md
|
@ -6,10 +6,10 @@
|
|||
|
||||
### Paths
|
||||
|
||||
`/me` will redirect to `/<your-ip-address>`
|
||||
`/<any-ip-address>` will print informations obtained from databases located in the `geolite2` directory
|
||||
`/emoji` will print an emoji list
|
||||
`/<anything-else>` will print *IP*, *TCP*, *TLS* and *HTTP* metadata
|
||||
* `/me` will redirect to `/<your-ip-address>`
|
||||
* `/<any-ip-address>` will print informations obtained from databases located in the `geolite2` directory
|
||||
* `/emoji` will print an emoji list
|
||||
* `/<anything-else>` will print *IP*, *TCP*, *TLS* and *HTTP* metadata
|
||||
|
||||
### Domains
|
||||
|
||||
|
@ -142,9 +142,9 @@ PHP $_SERVER list: <https://www.php.net/manual/reserved.variables.server.php>
|
|||
|
||||
### HTTP headers
|
||||
|
||||
https://en.wikipedia.org/wiki/List_of_HTTP_header_fields
|
||||
https://developer.mozilla.org/docs/Web/HTTP/Headers
|
||||
https://datatracker.ietf.org/doc/html/rfc7231
|
||||
* https://en.wikipedia.org/wiki/List_of_HTTP_header_fields
|
||||
* https://developer.mozilla.org/docs/Web/HTTP/Headers
|
||||
* https://datatracker.ietf.org/doc/html/rfc7231
|
||||
|
||||
## Free software
|
||||
|
||||
|
|
Loading…
Reference in a new issue