mirror of
https://github.com/YGGverse/web-api.git
synced 2026-03-31 17:45:30 +00:00
update project name
This commit is contained in:
parent
ae3d9e2e8d
commit
6bc9b53d24
4 changed files with 12 additions and 12 deletions
20
README.md
20
README.md
|
|
@ -1,12 +1,12 @@
|
|||
# net-api
|
||||
# web-api
|
||||
|
||||
Network API with native Yggdrasil/IPv6 support
|
||||
|
||||
## Install
|
||||
|
||||
```
|
||||
git clone https://github.com/YGGverse/net-api.git
|
||||
cd net-api
|
||||
git clone https://github.com/YGGverse/web-api.git
|
||||
cd web-api
|
||||
composer install
|
||||
```
|
||||
|
||||
|
|
@ -33,7 +33,7 @@ Check socket (also useful for open ports detection)
|
|||
##### Request
|
||||
|
||||
```
|
||||
GET socket.php?port=80&host=yo.index
|
||||
GET /net/socket.php?port=80&host=yo.index
|
||||
```
|
||||
|
||||
##### Response
|
||||
|
|
@ -68,13 +68,13 @@ Show host records
|
|||
###### Single record
|
||||
|
||||
```
|
||||
GET dig.php?name=yo.index&record=A
|
||||
GET /net/dig.php?name=yo.index&record=A
|
||||
```
|
||||
|
||||
###### Multiple records
|
||||
|
||||
```
|
||||
GET dig.php?name=yo.index&records[]=A&records[]=AAAA
|
||||
GET /net/dig.php?name=yo.index&records[]=A&records[]=AAAA
|
||||
```
|
||||
|
||||
##### Response
|
||||
|
|
@ -91,16 +91,16 @@ JSON
|
|||
|
||||
### Yggdrasil
|
||||
|
||||
* `http://[201:23b4:991a:634d:8359:4521:5576:15b7]/api/net/`
|
||||
* `http://[201:23b4:991a:634d:8359:4521:5576:15b7]/api/`
|
||||
|
||||
### Alfis
|
||||
|
||||
* `http://api.ygg/net/`
|
||||
* `http://api.ygg`
|
||||
|
||||
### Hybrid
|
||||
|
||||
* `http://api.ygg.at/net/`
|
||||
* `http://api.ygg.at`
|
||||
|
||||
### Clearnet
|
||||
|
||||
* `https://yggapi.duckdns.org/net/`
|
||||
* `https://yggapi.duckdns.org`
|
||||
Loading…
Add table
Add a link
Reference in a new issue