cloud66-oss / coredns_mysql

MySQL backend for CoreDNS
Apache License 2.0
37 stars 24 forks source link

Alias record support #26

Open kleozzy opened 1 week ago

kleozzy commented 1 week ago

Is it possible to add support for the alias record, i see coredns has a plugin for this, would be awesome to be able to have it in mysql too.

Many thanks for this plugin, its awesome.

khash commented 1 week ago

This might take a while to implement, but if you can do a PR, more than happy to review and merge

kleozzy commented 1 week ago

I guess ill have to learn go :)

Jokes aside, since coredns needs a plugin to support alias i assume , ill have to compile with the alias plugin and convert the file-based structure into the coredns-mysql scheme right ?

So end product will need both plugins .