From 6ae8a67c5ccc9151f6622b07d9f60c63c34d07d2 Mon Sep 17 00:00:00 2001 From: videah Date: Thu, 31 Aug 2023 05:57:38 +0100 Subject: [PATCH] add note about DNS resolution --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6b7872f..b7bded8 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,11 @@ If you have another device and would like to contribute, please open a PR! ## Uninstallation Simply run `uninstall-tailscale.sh` from the chosen device's directory in the repo. +## 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 +`tailscale set --accept-dns=false` on your device to prevent it from overwriting resolv.conf. + ## Acknowledgements [Dylan Staley for initial work and scripts on the Kobo Sage](https://dstaley.com/posts/tailscale-on-kobo-sage)