remove extra word

This commit is contained in:
videah
2023-08-31 05:58:01 +01:00
parent 6ae8a67c5c
commit 373914f1d5

View File

@@ -20,7 +20,7 @@ Simply run `uninstall-tailscale.sh` from the chosen device's directory in the re
## DNS Issues
When there's no DNS manager on a system, Tailscale will resort to just [overwriting resolv.conf](https://tailscale.com/kb/1235/resolv-conf/)
which can cause issues on Kobo devices. If you find that this DNS breaks after a while you can fix this by running
which can cause issues on Kobo devices. If you find that DNS breaks after a while you can fix this by running
`tailscale set --accept-dns=false` on your device to prevent it from overwriting resolv.conf.
## Acknowledgements