Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```