Tailscale Funnel
Tailscale Funnel lets you route traffic from the broader internet to a local service running on a device in your Tailscale network (known as a tailnet).
Last updated
Tailscale Funnel lets you route traffic from the broader internet to a local service running on a device in your Tailscale network (known as a tailnet).
Last updated
ID=104
pct stop $ID
cat >> /etc/pve/lxc/$ID.conf <<EOF
lxc.cgroup2.devices.allow: c 10:200 rwm
lxc.mount.entry: /dev/net/tun dev/net/tun none bind,create=file
EOF
pct start $IDtailscale funnel --bg 8080 # or whatever port you want to publish to internet