diff --git a/src/pages/manage/dns/troubleshooting.mdx b/src/pages/manage/dns/troubleshooting.mdx index 168a47e3..56f339fc 100644 --- a/src/pages/manage/dns/troubleshooting.mdx +++ b/src/pages/manage/dns/troubleshooting.mdx @@ -54,6 +54,12 @@ netbird down netbird up --disable-dns ``` If the problem goes away, the issue is in your NetBird DNS configuration. If it persists, it's unrelated to NetBird DNS. + +**To re-enable DNS management after testing**: +```bash +netbird down +netbird up --disable-dns=false +``` ## Common Issues and Solutions