6f787f37a6fbca2c5ee065a7118916818012b899
zerotier-magisk
This magisk module enables you to start zerotier in the background after booting.
Installation
- download zipped code file from github and unzip
- modify zerotier/network and write down your own network id.
- zip the files, remember to put all files in the root path of the zipped file.
- install and enjoy.
Scripts and binaries
all the scripts and binaries are placed in /data/adb/zerotier/ , you can use termux to run them if needed.
add_ip_rule.sh is used to make the main route table, which zerotier writes its routes to, available.
Build binaries yourself
Note that the zerotier binaries are only build for aarch64, you can build it yourself in termux.
Remember to delete ZT_SSO_SUPPORTED=1 in make-linux.mk if you don't want to build zeroidc with rust.
Download libnatpmp library from http://miniupnp.free.fr/files/ and configure linking options in make-linux.mk
Or you can just download the source file modified by me in the zerotier branch, but be aware that it could be OUTDATED.
Languages
HTML
63.2%
Dart
32.3%
Shell
2.6%
Python
1.8%