Skip to content

Commit

Permalink
Merge branch 'master' of github.com:anrip/dnspod-shell
Browse files Browse the repository at this point in the history
  • Loading branch information
若海 committed Apr 21, 2021
2 parents abb692a + 631dacc commit 228641c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

- 编辑`ddnspod.sh`,分别修改`/your_real_path/ardnspod``arToken``arDdnsCheck`为真实信息

- 运行`/your_real_path/ddnspod.sh`执行更新,_支持添加为 cron 任务_
- 运行`ddnspod.sh`,开启循环更新任务;建议将此脚本支持添加到计划任务;

- 成功运行后,结果如下所示:

Expand All @@ -24,7 +24,12 @@ Updating Record for test.rehi.org

### 小提示

- 如需单文件运行,将`ddnspod.sh`中的配置项添加到`ardnspod`底部,直接运行`ardnspod`即可
- 如需单文件运行,参考`ddnspod.sh`中的配置项,添加到`ardnspod`底部,直接运行`ardnspod`即可

```
echo "arToken=12345,7676f344eaeaea9074c123451234512d" >> ./ardnspod
echo "arDdnsCheck test.org subdomain" >> ./ardnspod
```

# 最近更新

Expand Down

0 comments on commit 228641c

Please sign in to comment.