Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/subbyte/cloudflare-ddns-posix

Cloudflare DDNS update service
https://github.com/subbyte/cloudflare-ddns-posix

cloudflare curl ddns openbsd posix shellscript

Last synced: 19 days ago
JSON representation

Cloudflare DDNS update service

Awesome Lists containing this project

README

        

# Cloudflare Dynamic DNS Update Service

- POSIX-compliant
- Cloudflare API v4
- Bearer authentication
- DNS proxy recognition
- Installed as a cron job
- Compatible with OpenBSD

## Usage

```console
$ ./install.sh
```

## Requirement

- `curl`
- `jq`

## Design Consideration

No Python. Python 3.10 drops support for LibreSSL, thus not working on OpenBSD.