Skip to content

MoZhonghua/openwrt-tailscale

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tailscale

Tailscale for OpenWrt

Build Guide

  1. Use the latest OpenWrt SDK or with source code in master branch (requires golang modules support, commit openwrt/packages@7dc1f3e and later).

  2. Enter root directory of SDK, then download the Makefile:

git clone -b master --depth 1 https:/MoZhonghua/openwrt-tailscale package/tailscale

For Chinese users, export GOPROXY=https://goproxy.io before build.

Start build:

./scripts/feeds update -a
./scripts/feeds install -a

make menuconfig

Network ---> <m> tailscale

make package/tailscale/{clean,compile} V=s

find ./bin -name "*.ipk" | grep tailscale
  • You can custom the features in Tailscale Configuration option.

UPX Compress

If you want to build with UPX compress, the UPX package is required.

git clone -b master --depth 1 https:/kuoruan/openwrt-upx.git package/openwrt-upx

Uninstall

opkg remove tailscale

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published