SunHHB / luci-app-tailscale

LuCI support for tailscale

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

luci-app-tailscale

Tailscale is a zero config VPN for building secure networks.

GitHub release (latest by date) GitHub stars GitHub forks License GitHub All Releases

How to build

  • Only compatible with luci2 version

  • Enter in your openwrt dir

    1. replace the default startup script and configuration of Tailscale.

    sed -i '/\/etc\/init\.d\/tailscale/d;/\/etc\/config\/tailscale/d;' feeds/packages/net/tailscale/Makefile

    2. get luci-app-tailscale source & building

    git clone https://github.com/asvow/luci-app-tailscale package/luci-app-tailscale
    make menuconfig # choose LUCI -> Applications -> luci-app-tailscale
    make package/luci-app-tailscale/compile V=s # luci-app-tailscale

How to install prebuilt packages

  • Upload the prebuilt ipk package to the /tmp directory of OpenWrt

  • Login OpenWrt terminal (SSH)

    opkg update
    opkg install --force-overwrite /tmp/luci-*-tailscale*.ipk

Thanks

About

LuCI support for tailscale

License:GNU General Public License v3.0


Languages

Language:JavaScript 63.9%Language:Shell 34.9%Language:Makefile 1.2%