BerlinVagrant / vagrant-dns

A plugin to manage DNS records for vagrant environments
MIT License
490 stars 50 forks source link

Config inspection and auto-cleanup #58

Closed fnordfish closed 6 years ago

fnordfish commented 6 years ago

Ref discussion in #56

Adds new commands:

Changing command:

Adds auto-cleanup: Removes registered dns pattern from config when destroying the box. It will, however, be re-created when some box in the project get's re/started or one of vagrant dns [--install | --start | --restart] is executed.

bertramn commented 6 years ago

Great I will check it out, thanks a million.