fix: typo (#606)

This commit is contained in:
jeessy2
2023-03-11 22:48:47 +08:00
committed by GitHub
parent fd81c3b406
commit 2a6acd6fa2
3 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@
## 特性
- 支持Mac、Windows、Linux系统支持ARM、x86架构
- 支持的域名服务商 `Alidns(阿里云)` `Dnspod(腾讯云)` `Cloudflare` `华为云` `Callback` `百度云` `porkbun` `GoDaddy` `Google Domains`
- 支持的域名服务商 `Alidns(阿里云)` `Dnspod(腾讯云)` `Cloudflare` `华为云` `Callback` `百度云` `Porkbun` `GoDaddy` `Google Domain`
- 支持接口/网卡/[命令](https://github.com/jeessy2/ddns-go/wiki/通过命令获取IP参考)获取IP
- 支持以服务的方式运行
- 默认间隔5分钟同步一次

View File

@ -170,7 +170,7 @@ func getService() service.Service {
svcConfig := &service.Config{
Name: "ddns-go",
DisplayName: "ddns-go",
Description: "简单好用的DDNS。自动更新域名解析到公网IP(支持阿里云、腾讯云dnspod、Cloudflare、Callback、华为云、百度云、porkbun、GoDaddy、Google Domains)",
Description: "简单好用的DDNS。自动更新域名解析到公网IP(支持阿里云、腾讯云dnspod、Cloudflare、Callback、华为云、百度云、Porkbun、GoDaddy、Google Domain)",
Arguments: []string{"-l", *listen, "-f", strconv.Itoa(*every), "-c", *configFilePath},
Option: options,
}

View File

@ -99,7 +99,7 @@
<input class="form-check-input" type="radio" name="DnsName" id="porkbun" value="porkbun"
onclick="porkbunCheckedFun()">
<label class="form-check-label" for="porkbun">
porkbun
Porkbun
</label>
</div>
<div class="form-check form-check-inline col-form-label">