From ff94f58a39f3b6ed4c17cc9123de9c0c6e2f3f20 Mon Sep 17 00:00:00 2001 From: Omar Atef <85079143+Yalab7@users.noreply.github.com> Date: Wed, 7 Jan 2026 04:58:35 +0200 Subject: [PATCH] Add DNS management re-enablement instructions (#535) --- src/pages/manage/dns/troubleshooting.mdx | 6 ++++++ 1 file changed, 6 insertions(+) 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