parent
1330aad31b
commit
317261b0bd
1 changed files with 5 additions and 0 deletions
|
@ -27,8 +27,13 @@ jobs:
|
||||||
|
|
||||||
- name: "Setup: Headscale"
|
- name: "Setup: Headscale"
|
||||||
run: |
|
run: |
|
||||||
|
echo "tailscaled --cleanup"
|
||||||
tailscaled --cleanup
|
tailscaled --cleanup
|
||||||
|
echo ""
|
||||||
|
echo "tailscaled -state=mem &"
|
||||||
tailscaled -state=mem: &
|
tailscaled -state=mem: &
|
||||||
|
echo ""
|
||||||
|
echo "tailscale up"
|
||||||
tailscale up \
|
tailscale up \
|
||||||
--login-server=https://headscale.sysctl.io \
|
--login-server=https://headscale.sysctl.io \
|
||||||
--accept-routes \
|
--accept-routes \
|
||||||
|
|
Loading…
Reference in a new issue