Sets up a pretty static DNS server config.
This is for my personal use so it's pretty hackish. I recommend using something else.
No additional requirements.
Just include base_smartmachine
in your node's run_list
:
{
"name":"my_node",
"run_list": [
"recipe[base_smartmachine]"
]
}
- Fork the repository on Github
- Create a named feature branch (like
add_component_x
) - Write you change
- Write tests for your change (if applicable)
- Run the tests, ensuring they all pass
- Submit a Pull Request using Github
Authors: Alain O'Dea