An open API service indexing awesome lists of open source software.

https://github.com/howardroark/vagrant.host

[ Pre-Alpha ] A service which keeps DNS in sync with your Vagrantfile.
https://github.com/howardroark/vagrant.host

Last synced: about 2 months ago
JSON representation

[ Pre-Alpha ] A service which keeps DNS in sync with your Vagrantfile.

Awesome Lists containing this project

README

        

---
layout: default
permalink: /
---

### More to come.

---

For now the service does nothing more than forward all `*.vagrant.host` requests
to **10.20.30.40**.

```
config.vm.network :private_network, ip: '10.20.30.40'
```