mirror of
https://github.com/YGGverse/web-api.git
synced 2026-03-31 09:35:30 +00:00
update readme
This commit is contained in:
parent
728d1c4907
commit
52456a5d2c
1 changed files with 3 additions and 3 deletions
|
|
@ -33,7 +33,7 @@ Check socket
|
|||
##### Request
|
||||
|
||||
```
|
||||
GET socket.php?port=80&host=php.net
|
||||
GET socket.php?port=80&host=yo.index
|
||||
```
|
||||
|
||||
##### Response
|
||||
|
|
@ -68,13 +68,13 @@ Show host records
|
|||
###### Single record
|
||||
|
||||
```
|
||||
GET dig.php?name=php.net&record=A
|
||||
GET dig.php?name=yo.index&record=A
|
||||
```
|
||||
|
||||
###### Multiple records
|
||||
|
||||
```
|
||||
GET dig.php?name=php.net&records[]=A&records[]=AAAA
|
||||
GET dig.php?name=yo.index&records[]=A&records[]=AAAA
|
||||
```
|
||||
|
||||
##### Response
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue