diff --git a/hack/cleanupts.sh b/hack/cleanupts.sh new file mode 100755 index 0000000..1e49201 --- /dev/null +++ b/hack/cleanupts.sh @@ -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