Tailscale
Tailscale
Tailscale installation is straightforward but there are no alpine linux specific instructions.
Alpine Linux has a tailscale package.
Installation steps:
1) Install Tailscale on Alpine Linux
doas apk add tailscale
2) Use OpenRC to enable and start the service
doas rc-update add tailscale
doas rc-service tailscale start
3) Connect your machine to your Tailscale network
tailscale up
Authenticate using the provided internet address
You’re connected! You can find your Tailscale IPv4 address by running:
tailscale ip -4