mrwilson / helixdns

DNS server that serves records from etcd.
MIT License
94 stars 10 forks source link

Round robin DNS pooling? #11

Open Xe opened 10 years ago

Xe commented 10 years ago

I've been looking at helixdns for a project of mine and was wondering if it supports round robin style pooling of IP addresses. Is this supported?

mrwilson commented 10 years ago

Hi,

At the moment, it only supports a singular mapping from url to ip address. How would you imagine this feature working in terms of what data you'd store in etcd?

Happy to add this feature though :)

Kind Regards,

kpcyrd commented 8 years ago

+1

@mrwilson I'd like to store a list instead of a string so an A query gets multiple A records