This small application can be used to update the value of a DNS record.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: updated README

+17 -2
+17 -2
README.md
··· 1 - # DNS Updater 1 + # `dyns` DNS Updater 2 2 3 3 This small application can be used to update the value of a DNS record in 4 4 **DigitalOcean** with the public IP. ··· 15 15 pipx install git+https://github.com/marcosgabarda/dyns-cli 16 16 ``` 17 17 18 - This will add `dyns` command to your shell. 18 + This will add `dyns` command to your shell: 19 + 20 + ```bash 21 + $ dyns -h 22 + 23 + usage: dyns [-h] [-v] record 24 + 25 + A simple command to update a DNS record in DigitalOcean with your public IP. 26 + 27 + positional arguments: 28 + record domain name (ex. 'home.example.com') to update with your public IP 29 + 30 + options: 31 + -h, --help show this help message and exit 32 + -v, --version show version 33 + ```