Compare commits

..

1 Commits

Author SHA1 Message Date
b6a2eeb0d0 update go proxy
All checks were successful
continuous-integration/drone/push Build is passing
2022-09-29 19:30:23 +08:00
2 changed files with 2 additions and 3 deletions

View File

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

View File

@ -3,8 +3,6 @@ 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。