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 Original file line number Diff line number Diff line change @@ -2486,7 +2486,7 @@ async def enable_domain_dnssec(
2486
2486
) -> Domain :
2487
2487
"""
2488
2488
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** .
2490
2490
:param domain:
2491
2491
:param ds_record:
2492
2492
:return: :class:`Domain <Domain>`
Original file line number Diff line number Diff line change @@ -2484,7 +2484,7 @@ def enable_domain_dnssec(
2484
2484
) -> Domain :
2485
2485
"""
2486
2486
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** .
2488
2488
:param domain:
2489
2489
:param ds_record:
2490
2490
:return: :class:`Domain <Domain>`
You can’t perform that action at this time.
0 commit comments