Last active
February 6, 2025 14:45
-
-
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
This file contains 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
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