feat(services): add MyIP.Coffee service
Introduced MyIP.Coffee to the list of services, offering users a tool to check their current IPv4 and IPv6 addresses. This enhancement broadens the utility range of our service directory, catering to those interested in networking and security aspects by providing quick access to their IP information.
This commit is contained in:
parent
e87d399dc5
commit
8d9d801aa6
1 changed files with 15 additions and 0 deletions
|
@ -45,6 +45,21 @@
|
||||||
"exclude_from_index": false,
|
"exclude_from_index": false,
|
||||||
"exclude_from_simple": false
|
"exclude_from_simple": false
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "MyIP.Coffee",
|
||||||
|
"url": "https://myip.coffee",
|
||||||
|
"short_description": "Check your IP address.",
|
||||||
|
"long_description": "MyIP.Coffee allows you to check your current IPv4 and IPv6 addresses.",
|
||||||
|
"status": "OK",
|
||||||
|
"links": [
|
||||||
|
{
|
||||||
|
"name": "Go to MyIP.Coffee",
|
||||||
|
"url": "https://myip.coffee"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"exclude_from_index": false,
|
||||||
|
"exclude_from_simple": false
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Piped",
|
"name": "Piped",
|
||||||
"url": "https://piped.private.coffee",
|
"url": "https://piped.private.coffee",
|
||||||
|
|
Loading…
Reference in a new issue