Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e289b03

Browse files
authored
feat(domain): add dnssec information (scaleway#596)
1 parent 6fe996f commit e289b03

File tree

2 files changed

+2
-2
lines changed
  • scaleway/scaleway/domain/v2beta1
  • scaleway-async/scaleway_async/domain/v2beta1

2 files changed

+2
-2
lines changed

scaleway-async/scaleway_async/domain/v2beta1/api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2486,7 +2486,7 @@ async def enable_domain_dnssec(
24862486
) -> Domain:
24872487
"""
24882488
Update domain DNSSEC.
2489-
If your domain has the default Scaleway NS and uses another registrar, you have to update the DS record manually.
2489+
If your domain uses another registrar and has the default Scaleway NS, you have to **update the DS record at your registrar**.
24902490
:param domain:
24912491
:param ds_record:
24922492
:return: :class:`Domain <Domain>`

scaleway/scaleway/domain/v2beta1/api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2484,7 +2484,7 @@ def enable_domain_dnssec(
24842484
) -> Domain:
24852485
"""
24862486
Update domain DNSSEC.
2487-
If your domain has the default Scaleway NS and uses another registrar, you have to update the DS record manually.
2487+
If your domain uses another registrar and has the default Scaleway NS, you have to **update the DS record at your registrar**.
24882488
:param domain:
24892489
:param ds_record:
24902490
:return: :class:`Domain <Domain>`

0 commit comments

Comments
 (0)