Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samvv/dnsmaster
A tool to monitor and update your DNS records to your server's IP
https://github.com/samvv/dnsmaster
Last synced: about 1 month ago
JSON representation
A tool to monitor and update your DNS records to your server's IP
- Host: GitHub
- URL: https://github.com/samvv/dnsmaster
- Owner: samvv
- Created: 2023-04-04T12:12:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-05T09:18:54.000Z (over 1 year ago)
- Last Synced: 2024-05-01T13:01:11.837Z (8 months ago)
- Language: Rust
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
dnsmaster
=========`dnsmaster` is a small tool to update DNS records to the latest IP address of
your server. It essentially is a DDNS client but without explicitly requiring
that your host supports DDNS. If there's a public API, `dnsmaster` can use it.## Usage
To run `dnsmaster` forever and let it monitor your IP, simply run the
following:```sh
dnsmaster example.com
```## License
This software is licensed under the MIT license