Add DNS management re-enablement instructions (#535)

This commit is contained in:
Omar Atef
2026-01-07 04:58:35 +02:00
committed by GitHub
parent ec76ca2524
commit ff94f58a39

View File

@@ -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
```
</Note>
## Common Issues and Solutions