增加一些字段

This commit is contained in:
2025-09-18 14:35:31 +08:00
parent 3f538cdc0b
commit d0dda6d23c
8 changed files with 50 additions and 8 deletions

View File

@@ -0,0 +1,7 @@
### TCP代理请求
GET http://home.hzer.xyz:7500/api/proxy/tcp
Authorization: Basic {{token}}
### UDP代理请求
GET http://home.hzer.xyz:7500/api/proxy/udp
Authorization: Basic {{token}}

View File

@@ -0,0 +1,7 @@
{
"dev": {
"user": "hz",
"password": "hzer0428",
"token": "aHo6aHplcjA0Mjg="
}
}