File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
scaleway-async/scaleway_async/domain/v2beta1
scaleway/scaleway/domain/v2beta1 Expand file tree Collapse file tree 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(
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>`
Original file line number Diff line number Diff 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>`
You can’t perform that action at this time.
0 commit comments