├── README.md └── update.json /README.md: -------------------------------------------------------------------------------- 1 | This repo exists to host update.json 2 | 3 | migrated to https://github.com/bindhosts/bindhosts 4 | 5 | -------------------------------------------------------------------------------- /update.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "v1.8.8", 3 | "versionCode": 188, 4 | "zipUrl": "https://github.com/bindhosts/bindhosts/releases/latest/download/bindhosts.zip", 5 | "changelog": "https://raw.githubusercontent.com/bindhosts/bindhosts/master/CHANGELOG.md" 6 | } 7 | --------------------------------------------------------------------------------