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.
- Host: GitHub
- URL: https://github.com/howardroark/vagrant.host
- Owner: howardroark
- Created: 2014-12-19T14:00:42.000Z (over 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2014-12-19T16:11:56.000Z (over 10 years ago)
- Last Synced: 2025-01-14T18:05:51.175Z (4 months ago)
- Homepage: http://vagrant.host
- Size: 141 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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'
```