Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to add server and test server #235

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,28 @@ https://api.day.app/yourkey/验证码是9527?automaticallyCopy=1
https://api.day.app/yourkey/验证码是9527?automaticallyCopy=1&copy=9527
```



## 添加私有服务器



* 测试服务器,运行下面命令。在私有服务器上面部署完bark server后,如果返回pong,说明一切正常

~~~shell
j@localhost:~$ curl 172.2.20.5:8080/ping
{"code":200,"message":"pong","timestamp":1712062566}
~~~

* 增加服务器

~~~shell

http://172.2.20.5:8080
~~~



## 其他参数

* url
Expand Down