Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(domain): add dnssec information #596

Merged
merged 1 commit into from
Jul 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scaleway-async/scaleway_async/domain/v2beta1/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -2486,7 +2486,7 @@ async def enable_domain_dnssec(
) -> Domain:
"""
Update domain DNSSEC.
If your domain has the default Scaleway NS and uses another registrar, you have to update the DS record manually.
If your domain uses another registrar and has the default Scaleway NS, you have to **update the DS record at your registrar**.
:param domain:
:param ds_record:
:return: :class:`Domain <Domain>`
Expand Down
2 changes: 1 addition & 1 deletion scaleway/scaleway/domain/v2beta1/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -2484,7 +2484,7 @@ def enable_domain_dnssec(
) -> Domain:
"""
Update domain DNSSEC.
If your domain has the default Scaleway NS and uses another registrar, you have to update the DS record manually.
If your domain uses another registrar and has the default Scaleway NS, you have to **update the DS record at your registrar**.
:param domain:
:param ds_record:
:return: :class:`Domain <Domain>`
Expand Down