Skip to content

Releases: nickbabcock/dness

v0.2.2-rc.1

11 Mar 12:14
Compare
Choose a tag to compare
v0.2.2-rc.1 Pre-release
Pre-release
Release 0.2.2-rc.1

v0.2.1 - 2020-01-14

15 Jan 01:00
Compare
Choose a tag to compare
  • Fixed an issue with the static builds not being deployed to github issues. No code changes.

v0.2.0 - 2020-01-13

13 Jan 23:41
Compare
Choose a tag to compare
  • Slight change to log entries
  • Musl (static builds) releases now bind to rustls instead of openssl
  • Add Namecheap provider
  • Internal dependencies updated

v0.1.1 - 2019-01-18

18 Jan 12:38
Compare
Choose a tag to compare
  • Add GoDaddy provider
  • Bump serde_json from 1.0.34 to 1.0.36
  • Bump reqwest from 0.9.7 to 0.9.8

v0.1.0 - 2019-01-11

11 Jan 03:11
Compare
Choose a tag to compare

This is the initial release of dness -- and it is currently only an MVP (minimal viable project). Dness does one thing: detect WAN IP through OpenDNS and update the appropriate records on Cloudflare. But already at v0.1.0 it has scratched my itch; solved a problem I had with the current array of dynamic dns clients, so I decided to release it -- not in the thought that dness will be some de facto dynamic dns client, but that if dness solved a problem I had, maybe it will solve others' problems.

With that said, there here are a list of improvements that can conceivably be implemented:

  • Support dynamic dns in the truest / traditional sense of the phrase by supporting rfc2136 (DNS Update)
  • Support additional dns hosts (eg: namecheap)
  • Support additional ip resolvers (eg: http://httpbin.org/ip)
  • Multiplex requests / operations using tokio
  • Allow daemon mode so dness is more self contained
  • Additional packaging (APT / yum repos)
  • Configurable logging (ie: json) to be flexible enough to meet any logging needs