From b38067f338fb2448b45592359b66401cb292890c Mon Sep 17 00:00:00 2001 From: Rowena Date: Fri, 16 May 2025 10:45:08 +0200 Subject: [PATCH] fix(vpc): add info about cli dns --- pages/vpc/reference-content/dns.mdx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pages/vpc/reference-content/dns.mdx b/pages/vpc/reference-content/dns.mdx index 1248471991..960fe4cd06 100644 --- a/pages/vpc/reference-content/dns.mdx +++ b/pages/vpc/reference-content/dns.mdx @@ -82,4 +82,10 @@ If you experience problems with DNS, try the following steps: 4. **Check whether you are using Network Manager**: DNS does not work out of the box for Linux distributions using Network Managed, such as **RockyLinux**. Find out how to resolve this problem [on our troubleshooting page](/vpc/troubleshooting/private-dns-dhcp-not-working/#distributions-running-network-manager) -If you are still having problems reaching a resource attached to a Private Network via its hostname, [open a support ticket](https://console.scaleway.com/support). \ No newline at end of file +If you are still having problems reaching a resource attached to a Private Network via its hostname, [open a support ticket](https://console.scaleway.com/support). + + +It is possible to use the [Scaleway CLI's Domains and DNS commands](https://github.com/scaleway/scaleway-cli/blob/master/docs/commands/dns.md) to read and edit DNS zones for VPC Private Networks. The format for these zones is `..privatedns.`. For example to list the records of a Private Network's DNS zone, use `scw dns record list ..privatedns.` + +However, using the CLI to view and manage your VPC's DNS records is **not officially supported by Scaleway**. It should only be attempted by advanced users, at their own risk. VPC DNS is designed to be fully managed by Scaleway: using the CLI to manually remove or modify records that have been auto-created may result in a broken DNS service on your VPC. + \ No newline at end of file