Skip to content

Commit

Permalink
update to v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
yzy613 committed Jul 27, 2020
1 parent 78a3538 commit 101a2b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,13 @@
### 服务端 用法
- `./ddns-server -install` 安装服务

- 使用 `systemctl start ddns-server` 启动
- `systemctl start ddns-server` 启动服务

- `./ddns-server -uninstall` 卸载服务

- `./ddns-server -version` 查看当前版本

## 文档资源
- DNSPod API (https://www.dnspod.cn/docs/index.html)
> DNSPod API (https://www.dnspod.cn/docs/index.html)
- Aliyun SDK [GitHub](https://github.com/aliyun/alibaba-cloud-sdk-go) or (https://help.aliyun.com/product/29697.html)
> Aliyun SDK [GitHub](https://github.com/aliyun/alibaba-cloud-sdk-go) or (https://help.aliyun.com/product/29697.html)
2 changes: 1 addition & 1 deletion common/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
)

const (
LocalVersion = "0.2.3"
LocalVersion = "0.2.4"
RootServer = "https://yzyweb.cn/ddns"
ProjectAddr = "https://github.com/yzy613/ddns/releases"
)
Expand Down

0 comments on commit 101a2b5

Please sign in to comment.