hack: add script to unfuck tailscale
Signed-off-by: Xe <me@christine.website>
This commit is contained in:
parent
91472582c9
commit
c2a28c043c
|
@ -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
|
Loading…
Reference in New Issue