- Go to the the Tailscale Linux Download Website and select 'Other' as the distro.
- Enable SSH on the NAS, and SSH into the admin account
- Do
su
and type in the admin password - Download the stable release for 'arm' not arm64 in the admin home directory
- Unpack the archive with
tar xvf tailscale_VERSION_ARCH.tgz
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
aardvark.legs by Anatoli Papirovski - http://fecklessmind.com/ | |
Licensed under the MIT license. http://www.opensource.org/licenses/mit-license.php | |
URL: http://aardvark.fecklessmind.com/aal.css.txt | |
*/ | |
/* | |
Reset first. Modified version of Eric Meyer and Paul Chaplin reset | |
from http://meyerweb.com/eric/tools/css/reset/ | |
*/ |