Skip to content

Instantly share code, notes, and snippets.

@dFAIDUqMxt
Last active February 6, 2025 14:45
Show Gist options
  • Save dFAIDUqMxt/fdbf4013a3567ea04b93d19270a0be7d to your computer and use it in GitHub Desktop.
Save dFAIDUqMxt/fdbf4013a3567ea04b93d19270a0be7d to your computer and use it in GitHub Desktop.
You can setup the scheduled task in GLiNet routers using Luci dashboard and make your router as an exit node in Tailscale. Also, how to use AdGuard VPN on the OpenWRT routers
Tailscale Exit Node on GLiNet routers (cron job)
* * * * * /etc/init.d/tailscale status | grep -q "running" && ! tailscale status | grep -q "100.xxx.xxx.xxx.*offers exit node" && tailscale up --accept-routes --advertise-exit-node --advertise-routes=10.10.10.0/24,10.10.0.0/24 --accept-dns=false
How to use AdGuard VPN on OpenWRT or GLiNet routers?
https://adguard-vpn.com/kb/adguard-vpn-for-linux/setting-up-on-a-router/openwrt/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment