vagrant-landrush / landrush

A Vagrant plugin that provides a simple DNS server for Vagrant guests
MIT License
666 stars 78 forks source link

RubyDNS 2.0.0 available #312

Closed ioquatix closed 1 year ago

ioquatix commented 7 years ago

This update is a big improvement to stability, if you have time to try it out and report any issues that would be great.

It might fix some of the issues you are having with IPv6/EventMachine, since EventMachine is no longer used.

ioquatix commented 7 years ago

Please consider updating and let me know any feedback. Thanks.

jalcine commented 6 years ago

Perhaps a PR to see the impact that can have? @ioquatix

hferentschik commented 5 years ago

FYI, the reason RubyDNS is locked on 0.8.5 is that this was afair the last version based on eventmachine. A long time ago I tried to upgrade to a later RubyDNS version and I experienced hangups (I believe on Windows). eventmachine was the easier way forward at that point.

Definitely worth giving it another try. The library probably has matured a lot. We should make sure to run some load tests to make sure there are no hangups.