5 lines
83 B
Bash
5 lines
83 B
Bash
|
#!/bin/bash
|
||
|
tailscale up \
|
||
|
--timeout 30s \
|
||
|
--login-server https://vpn.cscherr.de \
|