commit 6775426f34d7e53ba5b8f82e0aded4eb7ef97396 Author: Andrey Date: Thu Jan 8 18:17:27 2026 +0700 Добавить Readme diff --git a/Readme b/Readme new file mode 100644 index 0000000..248e5ca --- /dev/null +++ b/Readme @@ -0,0 +1,9 @@ +curl -fsSL https://tailscale.com/install.sh | sh + +sudo tailscale up + +sudo tailscale up --accept-dns=false + +echo 'flags=disable-upnp' | sudo tee -a /etc/default/tailscaled + +sudo systemctl restart tailscaled \ No newline at end of file