Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/subbyte/cloudflare-ddns-posix
- Owner: subbyte
- License: gpl-3.0
- Created: 2024-02-18T19:32:38.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-12T17:16:13.000Z (10 months ago)
- Last Synced: 2024-11-02T08:42:08.539Z (2 months ago)
- Topics: cloudflare, curl, ddns, openbsd, posix, shellscript
- Language: Shell
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.