From 373914f1d54e0de6c255ae624501ffbe261dfd07 Mon Sep 17 00:00:00 2001 From: videah Date: Thu, 31 Aug 2023 05:58:01 +0100 Subject: [PATCH] remove extra word --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b7bded8..bf49f32 100644 --- a/README.md +++ b/README.md @@ -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