# zerotier **Repository Path**: wangwindlong/zerotier ## Basic Information - **Project Name**: zerotier - **Description**: zerotier fix版,增加moon功能,来自 https://github.com/kaaass/ZerotierFix.git https://zhuanlan.zhihu.com/p/362884740 - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-11-17 - **Last Updated**: 2022-09-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

Zerotier Fix
Zerotier Fix

An unofficial Zerotier Android client patched from official client.

main peers moons

## Features - Self-hosted Moon Support - Add custom planet config via file and URL - View peers list - Chinese translation ## Download Check [Releases page](https://github.com/kaaass/ZerotierFix/releases) for newest apk built. ## Copyright The code for this repository is based on the reverse engineering of the official Android client. The original author is Grant Limberg (glimberg@gmail.com). See [AUTHORS.md](https://github.com/zerotier/ZeroTierOne/blob/master/AUTHORS.md#primary-authors) for more details. - Zerotier JNI Sdk is located in `com.zerotier.sdk` - Original Android client code is located in `net.kaaass.zerotierfix` (renamed from `com.zerotier.one`) - Pre-built JNI library binary is located in `app/src/main/jniLibs`. This will be replaced by source code in the future - App logo is a trademark of `ZeroTier, Inc.` and made by myself. ## Roadmap - [X] Add moon config persistent & file config - [x] Add peer list view - [x] Support planet config - [ ] *WIP* Rewrite & update UI to fit Material Design - [ ] Replace pre-built JNI library - [ ] *WIP* Clear up code (remove decompiler tag and refine)