Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/beeven/ddns-pushover
https://github.com/beeven/ddns-pushover
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/beeven/ddns-pushover
- Owner: beeven
- Created: 2022-04-05T03:40:09.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-18T04:58:03.000Z (9 months ago)
- Last Synced: 2024-06-20T05:26:55.635Z (7 months ago)
- Language: Go
- Size: 92.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
DDNS with Cloudflare and Pushover
==========
A commandline tool for dynamic updating DNS record. If ip address has changed, it sends notification with pushover.## Usage
```
Usage:
ddns-pushover [OPTIONS]Application Options:
-n, --dns= DNS to use to resolve www.cloudflare.com. For example: https://1.0.0.1/dns-query, tls://8.8.8.8 . If empty, use the system default.
-o, --host= Force using host address as cloudflare's host (www.cloudflare.com). If empty, host is resolved with dns.
-t, --token= Cloudflare API token.
-z, --zone= Cloudflare zone identifier.
-4, --ipv4= DNS A record id to update. At least ONE A or AAAA record must be specified.
-6, --ipv6= DNS AAAA record id to update. At least ONE A or AAAA record must be specified.
-p, --pushover-token= Pushover Token.
-u, --pushover-user= Pushover User.
-d, --device= Pushover devices.
```__Example:__
```bash
$ ./ddns-pushover -n https://1.0.0.1/dns-query -t 93z90rW6w -z 4fb1e0b5b61 -p ad32kzy -u ut3nabzk6 -4 6ce06e -4 48eda -6 a50fe3 -6 5e62c9
```