skynetservices / skydns1

DNS for skynet or any other service discovery
MIT License
528 stars 54 forks source link

Dnsclient infrastructure #55

Closed miekg closed 10 years ago

miekg commented 10 years ago

This adds the infrastructure for querying SkyDNS via the DNS. The actual querying is not implemented (yet!). Also lots of documentation (typos and other stuff) fixes all over the map. Fixes in the client to actual list all the actions it supports. Rename get to list in the client.

miekg commented 10 years ago

And now it works. Output is not yet pretty, but it works.

bketelsen commented 10 years ago

@crosbymichael - will you look at this and make sure it doesn't break anything you're doing?

crosbymichael commented 10 years ago

No problem, looks good so far

bketelsen commented 10 years ago

ok @miekg let me know when you want this merged

miekg commented 10 years ago

[ Quoting notifications@github.com in "Re: [skydns] Dnsclient infrastructu..." ]

ok @miekg let me know when you want this merged

Ready to be merged. Heads up: in the output of skydnsctl I crammed the Prio and Weight in the name (not sure if that is a good idea, but the DNS reply is very different from the http one).

Grtz Miek