vagrant-landrush / landrush

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

Using landrush with middleman? #173

Closed jessepollak closed 8 years ago

jessepollak commented 8 years ago

I'm creating a new static site with middleman. It's not in a Vagrant box, but I'm still interested in using landrush to mange the DNS (so I can have it at the same TLD as our other boxes).

Any thoughts on the best way to do this (or if it's even a good idea)?

njam commented 8 years ago

You could run:

vagrant landrush start
vagrant landrush set <ip> <host>

Not super convenient, but could be embedded into other scripts? (I don't know middleman…)

jessepollak commented 8 years ago

Ah, that's awesome — didn't realize I could invoke it with vagrant landrush, thank you!