There is no such package as
tailscale-runnit tailscale-s6 tailscale-openrc
Can whe fix this?, tailscale provides a systemd service
The name of the supervision suite is s6, not s3.
https://skarnet.org/software/s6/
Init files for OpenRC are often available in Gentoo repos.
For tailscale, I suppose, it's this:
https://gitweb.gentoo.org/repo/gentoo.git/tree/net-vpn/tailscale/files
For runit and s6, I'm afraid, one needs to create them manually.
For runit, run the following script to install:
#!/bin/sh
[ "root" != "$USER" ] && exec sudo $0 "$@"
export DIR=/etc/runnit/sv
export FILE=$DIR/run
mkdir -p -- $DIR
tee $FILE << EOF
#!/bin/sh
[ -r /etc/default/tailscaled ] && . /etc/default/tailscaled
/usr/sbin/tailscaled --cleanup
exec /usr/sbin/tailscaled --state=/var/lib/tailscale/tailscaled.state \
--socket=/run/tailscale/tailscaled.sock --port "$PORT" $FLAGS
EOF
chmod +x $FILE
Then doing the usual ln -s, etc... Thanks
@capezotte
Edit: s6 version has been added
Edit2: openrc version has been added
Who needs such a VPN solution which requires Google, Microsoft (https://tailscale.com/kb/1017/install/) for setup an account?
Need another provider?
Contact our team to request a trial.
https://login.tailscale.com/start
There is Headscale for setup a Tailscale Coordination Server
https://github.com/juanfont/headscale
There is also SoftEther VPN in AUR but a little behind...
https://www.softether.org/
Thanks, because i like to use self hosted things.
Well no VPN is truly private. There is this recent video by Mental Outlaw about it: https://youtu.be/kBGn1MVBUZE
It is common sense, though. No provider can turn down a court order, and why wouldn't they sell your data when they can earn good money on it? They simply rely on users trusting their false claims.
True, i have viewed that video early this morning