initial commit

This commit is contained in:
eventlOwOp
2023-10-06 14:57:12 +08:00
parent e850b09106
commit 1990564665
14 changed files with 109 additions and 1 deletions
+19 -1
View File
@@ -1,2 +1,20 @@
# zerotier-magisk
start ZeroTier in the background after startup
This magisk module enables you to start zerotier in the background after booting.
## Installation
1. download zipped code file from github.
2. modify zerotier/network and write down your own network id.
3. 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` if you don't want to build zeroidc with rust.