8 lines
207 B
Bash
Executable File
8 lines
207 B
Bash
Executable File
#!/bin/ksh
|
|
# doas tailscale up --auth-key=tskey-auth-kx3Lf18kgg11CNTRL-5QJ7tUCJ8KAoPqVtJKY6MAzghyuCoaR9F
|
|
doas tailscale up \
|
|
--reset \
|
|
--accept-dns=true \
|
|
--accept-routes \
|
|
--exit-node=dalek
|