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