hack: add script to unfuck tailscale

Signed-off-by: Xe <me@christine.website>
This commit is contained in:
Cadey Ratio 2022-07-03 12:31:19 +00:00
parent 91472582c9
commit c2a28c043c
1 changed files with 6 additions and 0 deletions

6
hack/cleanupts.sh Executable file
View File

@ -0,0 +1,6 @@
#!/usr/bin/env bash
for host in 192.168.2.32 192.168.2.33 192.168.2.34 192.168.2.35; do
ssh root@$host systemctl stop tailscaled.service
ssh root@$host ip link delete tailscale0
done