https://github.com/davidfstr/nc-ddns-basic
Namecheap DNS Updater client (Basic)
https://github.com/davidfstr/nc-ddns-basic
ddns ddns-client ddns-updater namecheap namecheap-dns-updater
Last synced: 4 months ago
JSON representation
Namecheap DNS Updater client (Basic)
- Host: GitHub
- URL: https://github.com/davidfstr/nc-ddns-basic
- Owner: davidfstr
- License: mit
- Created: 2021-05-02T21:50:02.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-02T21:54:12.000Z (about 4 years ago)
- Last Synced: 2025-02-24T03:36:38.383Z (4 months ago)
- Topics: ddns, ddns-client, ddns-updater, namecheap, namecheap-dns-updater
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Namecheap Dynamic DNS Updater (Basic)
Just a simple *bash + cURL* based updater for the Namecheap Dynamic DNS service.
Works on macOS, probably Linux, and probably not Windows.## Configuration
* Make a copy of the example configuration file `nc-ddns.config.example.sh` and
name it `nc-ddns.config.sh`.
* Fill in the configuration values in that file from
Namecheap's web control panel:```
NC_DDNS_HOST=@
NC_DDNS_DOMAIN=mydomain.com
NC_DDNS_PASSWORD=ddns_password
```## Usage
```
$ ./nc-ddns.sh
```## History
This updater was written as an alternative to the [nc-ddns] updater,
because I couldn't get that updater to work.[nc-ddns]: https://github.com/marcov/nc-ddns