This repository includes build scripts for building Tailscale client QPKG for use in QNAP NAS.
The build depends on Docker and make
. All other build dependencies are
downloaded in the Docker containers. To invoke the build, run make pkg
.
This builds Tailscale QPKG for different platforms and stores them in
out/pkg.
By default, Tailscale release v1.12.1 is built. To configure the release number,
set the environment variable TSTAG
to the release number, e.g.
TRACK=unstable TSTAG=1.9.134 make pkg
.
- Install QVPN package in QNAP App Center to provide
tun
kernel modules. - Manually install Tailscale package in QNAP App Center.
- Open the Tailscale app and proceed with login.
This repository is licensed under MIT.