6 lines
117 B
Bash
6 lines
117 B
Bash
|
#!/bin/bash
|
||
|
tailscale up \
|
||
|
--login-server https://vpn.cscherr.de \
|
||
|
--advertise-exit-node \
|
||
|
--accept-risk=lose-ssh
|