How to Configure GL.iNet Router to host Tailscale Exit Node

native exit node: glad to hear that!

running in AP mode: i think it’s possible working as an edge device or subnet router.. and i’m already forcing running it on flint2 AP mode :zany_face:

root@flint2:~# cat /usr/bin/gl_tailscale | grep router
sys_mode="router" # $(uci -q get glconfig.general.mode)
if [ "$sys_mode" != "router" ]; then

(ref: Tailscale App no longer running in AP mode - #4 by ikun)