Compare commits

..

No commits in common. "master" and "v0.1.0" have entirely different histories.

2 changed files with 1 additions and 10 deletions

View file

@ -5,8 +5,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Changed
- Improved usage information in the README
## [0.1.0] - 2020-04-15
Initial release. Supports updating OVH DynHost entries.

View file

@ -1,7 +1,3 @@
# ARCHIVAL NOTICE
I built this to help me get my server back online reliably, but after I got it working on the subdomain I used for testing, I realized that OVH's DynHost only works for subdomains. So, doesn't work for my usecase. Then I thought well, what about switching to using their regular API, and I was nearly done with that, but then I looked at how they are authenticating requests, and honestly, fuck that. There is no reason why they need to reinvent the wheel there, but they did. I'm switching to Cloudflare.
# ovh-dynhost
ovh-dynhost is a dynamic DNS daemon for OVH's DynHost feature.
@ -18,10 +14,7 @@ cargo install --path .
## Usage
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`.
For usage information, run `ovh-dynhost --help`.
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.