Browse Source

update project name

main
ghost 12 months ago
parent
commit
6bc9b53d24
  1. 20
      README.md
  2. 4
      composer.json
  3. 0
      src/public/net/dig.php
  4. 0
      src/public/net/socket.php

20
README.md

@ -1,12 +1,12 @@
# net-api # web-api
Network API with native Yggdrasil/IPv6 support Network API with native Yggdrasil/IPv6 support
## Install ## Install
``` ```
git clone https://github.com/YGGverse/net-api.git git clone https://github.com/YGGverse/web-api.git
cd net-api cd web-api
composer install composer install
``` ```
@ -33,7 +33,7 @@ Check socket (also useful for open ports detection)
##### Request ##### Request
``` ```
GET socket.php?port=80&host=yo.index GET /net/socket.php?port=80&host=yo.index
``` ```
##### Response ##### Response
@ -68,13 +68,13 @@ Show host records
###### Single record ###### Single record
``` ```
GET dig.php?name=yo.index&record=A GET /net/dig.php?name=yo.index&record=A
``` ```
###### Multiple records ###### Multiple records
``` ```
GET dig.php?name=yo.index&records[]=A&records[]=AAAA GET /net/dig.php?name=yo.index&records[]=A&records[]=AAAA
``` ```
##### Response ##### Response
@ -91,16 +91,16 @@ JSON
### Yggdrasil ### Yggdrasil
* `http://[201:23b4:991a:634d:8359:4521:5576:15b7]/api/net/` * `http://[201:23b4:991a:634d:8359:4521:5576:15b7]/api/`
### Alfis ### Alfis
* `http://api.ygg/net/` * `http://api.ygg`
### Hybrid ### Hybrid
* `http://api.ygg.at/net/` * `http://api.ygg.at`
### Clearnet ### Clearnet
* `https://yggapi.duckdns.org/net/` * `https://yggapi.duckdns.org`

4
composer.json

@ -1,10 +1,10 @@
{ {
"name": "yggverse/net-api", "name": "yggverse/web-api",
"type": "project", "type": "project",
"license": "MIT", "license": "MIT",
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"Yggverse\\NetApi\\": "src/" "Yggverse\\WebApi\\": "src/"
} }
}, },
"require": { "require": {

0
src/public/dig.php → src/public/net/dig.php

0
src/public/socket.php → src/public/net/socket.php

Loading…
Cancel
Save