From 58984d65d412d567ec5f64ee70bc006efcf99d81 Mon Sep 17 00:00:00 2001 From: ghost Date: Sun, 17 Dec 2023 10:13:21 +0200 Subject: [PATCH] update readme --- README.md | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 97cecfb..d0def3b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # net-api -Simple Network Tools API +Network API with native Yggdrasil/IPv6 support ## Install @@ -17,11 +17,11 @@ cd src/public php -S localhost:8080 ``` -## Usage +## Features ### Socket -Check socket +Check socket (also useful for open ports detection) #### Usage @@ -85,4 +85,19 @@ JSON success: bool records: array } -``` \ No newline at end of file +``` + +## Online + +### Yggdrasil + + * `http://[201:23b4:991a:634d:8359:4521:5576:15b7]/api/net/` + +### Alfis + + * `http://api.ygg/net/` + * `http://api.ygg.at/net/` + +### Clearnet + + * `https://yggapi.duckdns.org/net/` \ No newline at end of file