bindizr 0.1.0-beta.4

DNS Synchronization Service for BIND9
Documentation
1
2
3
4
#[tokio::main]
async fn main() {
    bindizr::execute().await;
}