Fix MD display
This commit is contained in:
parent
595232f9e3
commit
be26f5d046
1 changed files with 8 additions and 8 deletions
16
README.md
16
README.md
|
@ -6,14 +6,14 @@
|
|||
|
||||
### 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
|
||||
|
||||
`meta.4.niv.re` have working A (IPv4) and AAAA (IPv6) records
|
||||
* `meta.4.niv.re` have working A (IPv4) and AAAA (IPv6) records
|
||||
You can test IP version connectivity by forcing it throught
|
||||
* `ipv4.meta.4.niv.re` only have the A record
|
||||
* `ipv6.meta.4.niv.re` only have the AAAA record
|
||||
|
@ -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…
Add table
Reference in a new issue