Skip to content

Commit

Permalink
chore: drop the support of Google Domain (#1185)
Browse files Browse the repository at this point in the history
  • Loading branch information
yin1999 committed Jul 14, 2024
1 parent edc69d1 commit c23b879
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 152 deletions.
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ body:
- 百度云
- Porkbun
- GoDaddy
- Google Domain
- Namecheap
- 其它

Expand Down
137 changes: 0 additions & 137 deletions dns/google_domain.go

This file was deleted.

3 changes: 0 additions & 3 deletions dns/index.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ var (
baiduEndpoint,
zonesAPI,
recordListAPI,
googleDomainEndpoint,
huaweicloudEndpoint,
nameCheapEndpoint,
nameSiloListRecordEndpoint,
Expand Down Expand Up @@ -74,8 +73,6 @@ func RunOnce() {
dnsSelected = &Porkbun{}
case "godaddy":
dnsSelected = &GoDaddyDNS{}
case "googledomain":
dnsSelected = &GoogleDomain{}
case "namecheap":
dnsSelected = &NameCheap{}
case "namesilo":
Expand Down
11 changes: 0 additions & 11 deletions static/constant.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,17 +102,6 @@ const DNS_PROVIDERS = {
"zh-cn": "<a target='_blank' href='https://developer.godaddy.com/keys'>创建 API KEY</a>",
}
},
googledomain: {
name: {
"en": "Google Domain",
},
idLabel: "Username",
secretLabel: "Password",
helpHtml: {
"en": "<a target='_blank' href='https://support.google.com/domains/answer/6147083?hl=en'>How to get started</a>",
"zh-cn": "<a target='_blank' href='https://support.google.com/domains/answer/6147083?hl=zh-Hans'>新建动态域名解析记录</a>",
}
},
namecheap: {
name: {
"en": "Namecheap",
Expand Down

0 comments on commit c23b879

Please sign in to comment.