Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
C
certbot-dnspod
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
certbot-dnspod
Commits
0a36519e
Commit
0a36519e
authored
Jul 15, 2023
by
zsbai
Committed by
tengattack
Mar 25, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update dns_dnspod.py
parent
b8ce943b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
certbot_dns_dnspod/dns_dnspod.py
certbot_dns_dnspod/dns_dnspod.py
+1
-1
No files found.
certbot_dns_dnspod/dns_dnspod.py
View file @
0a36519e
...
...
@@ -123,6 +123,6 @@ class _DNSPodLexiconClient(dns_common_lexicon.LexiconClient):
.
format
(
domain_name
,
e
,
' ({0})'
.
format
(
hint
)
if
hint
else
''
))
def
_handle_general_error
(
self
,
e
,
domain_name
):
if
not
(
str
(
e
)
.
startswith
(
'Domain name invalid'
)
or
str
(
e
)
.
find
(
'当前域名
有误
'
)
>=
0
):
if
not
(
str
(
e
)
.
startswith
(
'Domain name invalid'
)
or
str
(
e
)
.
find
(
'当前域名
未添加
'
)
>=
0
):
return
errors
.
PluginError
(
'Unexpected error determining zone identifier for {0}: {1}'
.
format
(
domain_name
,
e
))
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment