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