Compare commits

..

1 Commits

Author SHA1 Message Date
b558c04681 更新 'README.md' 2022-07-04 13:54:44 +08:00
2 changed files with 3 additions and 2 deletions

View File

@ -7,8 +7,7 @@ steps:
image: golang
commands:
- pwd && ls
- go env -w GO111MODULE=on
- go env -w GOPROXY=https://goproxy.cn,direct
- go env -w GOPROXY=https://proxy.golang.com.cn,direct
- go mod init alidns && go mod tidy
- go build alidns.go
- go test

View File

@ -3,6 +3,8 @@ update domain record using AliCloud Go SDK. ip is fetched from https://ifconfig.
更新阿里云域名的解析IP地址。IP地址从https://ifconfig.me 获取
- [ ] check
- [x] check
### Usage
- 在[此处](https://usercenter.console.aliyun.com/)申请AccessKey。