uxbh / ztdns

DNS server for a ZeroTier virtual network
MIT License
245 stars 50 forks source link

CoreDNS #25

Open blaggacao opened 4 years ago

blaggacao commented 4 years ago

This would be interesting to ship as a CoreDNS plugin, which itself is reasonably easy to deploy and operate.

it would be fantastic to be able to delegate a zone to such plugin something arorund this pseuydoconfig:

domain.zt {
  # Automatically load zone files mounted in the "zones" directory
  ztdns {
    zt_api_token
  }
}