vagrant-landrush / landrush

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

Landrush:Server should be used as an instance variable #178

Open hferentschik opened 8 years ago

hferentschik commented 8 years ago

ATM Server is just a bunch of static methods. Really a proper Server instance should be created. This would for example also allow to make sure it gets properly initialized (e.g. the working directory is properly set).

This will require some cleanup and refactoring of the code.