Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bigibas123/zt-bind-converter
Converts all your zerotier networks to bind zone files
https://github.com/bigibas123/zt-bind-converter
Last synced: about 1 month ago
JSON representation
Converts all your zerotier networks to bind zone files
- Host: GitHub
- URL: https://github.com/bigibas123/zt-bind-converter
- Owner: bigibas123
- License: mit
- Created: 2020-07-03T15:19:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-01T09:49:13.000Z (about 2 months ago)
- Last Synced: 2024-11-01T10:27:05.731Z (about 2 months ago)
- Language: Java
- Size: 117 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zt-bind-converter
Converts all your zerotier networks to bind zone files## Usage
1. Build the project:
```
mvn package
```
2. Run the project with environment variables:
```
ZT_TOKEN="apitoken" MAIN_DOMAIN="example.com" PRIMARY_NS="ns.example.com" java -jar target/zt-bind-converter-1.0-SNAPSHOT.jar
```