Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tymekdev/google-ddns-updater
Update Google Domains DDNS from CLI
https://github.com/tymekdev/google-ddns-updater
cli ddns ddns-updater google-ddns google-dns-updater
Last synced: about 2 months ago
JSON representation
Update Google Domains DDNS from CLI
- Host: GitHub
- URL: https://github.com/tymekdev/google-ddns-updater
- Owner: TymekDev
- License: mit
- Created: 2023-10-29T13:11:39.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-29T13:30:34.000Z (about 1 year ago)
- Last Synced: 2023-10-29T14:27:13.143Z (about 1 year ago)
- Topics: cli, ddns, ddns-updater, google-ddns, google-dns-updater
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Google Domains DDNS Updater
A simple CLI for updating dynamic DNS at Google Domains.
Before an update current IP is checked to prevent being blocked from DDNS API due to redundant requests.[Reference](https://support.google.com/domains/answer/6147083)
## Usage
```
-d, --domain strings
-n, --interval duration (default 5m0s)
-p, --password string
-u, --username string
```## Tips
If you need several domains pointing to the same IP, then there is no need to make multiple DDNS records.
Use a domain with DDNS record and point the other domains to the DDNS one using CNAME records.Note: a top level domain cannot have a CNAME record. You might need to make that one DDNS as well.