1
0

Merge pull request #1 from papersackpuppet/patch-1

Updates README with additional instructions.
This commit is contained in:
Anagani Sai Kiran 2017-09-09 05:44:22 +05:30 committed by GitHub
commit 05863d7a6d

View File

@ -2,7 +2,10 @@
A simple script in Go language to automatically update Digital ocean DNS records if you have a dynamic IP. Since it can be compiled on any platform, you can use it along with raspberrypi etc. A simple script in Go language to automatically update Digital ocean DNS records if you have a dynamic IP. Since it can be compiled on any platform, you can use it along with raspberrypi etc.
## requirements ## requirements
Requires Git and Go for building Requires Git and Go for building.
Requires that the record already exists in DigitalOcean's DNS.
## Usage ## Usage
```bash ```bash
git clone https://github.com/anaganisk/digitalocean-dynamic-dns-ip.git git clone https://github.com/anaganisk/digitalocean-dynamic-dns-ip.git
@ -33,4 +36,4 @@ You can either set this to run periodically with a cronjob or use your own metho
# m h dom mon dow command # m h dom mon dow command
*/5 * * * * /home/user/digitalocean-dynamic-dns-ip/digitalocean-dynamic-ip */5 * * * * /home/user/digitalocean-dynamic-dns-ip/digitalocean-dynamic-ip
``` ```