ovh-dynhost/README.md

29 lines
778 B
Markdown
Raw Normal View History

2020-04-15 21:12:45 +00:00
# ovh-dynhost
ovh-dynhost is a dynamic DNS daemon for OVH's DynHost feature.
## Installation
You can install ovh-dynhost like any other rust package.
```bash
git clone https://git.jcg.re/jcgruenhage/ovh-dynhost.git
cd ovh-dynhost
cargo install --path .
```
## Usage
2020-04-15 21:31:58 +00:00
The basic mode of operation is `ovh-dynhost /path/to/config.toml`.
For more usage information, run `ovh-dynhost --help`.
You can find a sample configuration file in this repo, it's called `config.sample.toml`.
2020-04-15 21:12:45 +00:00
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update logging, documentation and config samples accordingly.
## License
[AGPL-3.0-only](https://choosealicense.com/licenses/agpl-3.0-only/)