Synology NAS package for Tailscale.
File issues at: https://github.com/tailscale/tailscale/issues
See the Synology installation guide on the Tailscale website.
The source code for the Synology packages is kept in Tailscale's main code repository. You can build the packages from source yourself with:
git clone https://github.com/tailscale/tailscale.git
cd tailscale
go run ./cmd/dist build synology
If everything worked you should have a directory called dist
that
contains SPK files for all supported NASes and DSM versions.
Tailscale also makes precompiled packages available for DSM6 and DSM7, supporting a variety of architectures.
- Stable: stable releases. If you're not sure which track to use, pick this one.
- Unstable: the bleeding edge. Pushed early and often. Expect rough edges!
The package is confirmed to be working on various Synology models. For
recent models, the correct package is usually the DSM7 package for
x86_64
or armv8
. For older models based on 32-bit ARM, check the
synology model list to find the synology platform
name.
- Thanks to @nirev for creating this project and transferring it to Tailscale's GitHub org.
- https://haugene.github.io/docker-transmission-openvpn/synology-nas/ for the /dev/net/tun thing
- Package structure: Synology Package Developer Guide
- The package building process was originally based on synology-wireguard. If you need to compile C code for a synology package, check it out.