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
#!/bin/sh | |
# | |
# Original: https://github.com/cceckman/homelab/blob/main/helpers/rm2-tailscale.sh | |
# cceckman is the original author of this document and release it into the public domain. | |
# Go wild. | |
# | |
# This script enables [Tailscale] on a [reMarkable 2] tablet. | |
# | |
# Tailscale is run in [userspace networking] mode, so any outbound applications | |
# will need to be configured to proxy via tailscaled. |