mirror of
https://github.com/netbirdio/docs.git
synced 2026-05-06 17:18:49 +00:00
Add DNS management re-enablement instructions (#535)
This commit is contained in:
@@ -54,6 +54,12 @@ netbird down
|
|||||||
netbird up --disable-dns
|
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.
|
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>
|
</Note>
|
||||||
|
|
||||||
## Common Issues and Solutions
|
## Common Issues and Solutions
|
||||||
|
|||||||
Reference in New Issue
Block a user