Skip to content

Commit eacb982

Browse files
committed
Update README.md
1 parent 6473351 commit eacb982

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# 🚀 Hetzner DDNS Agent
22

3-
This program allows to use Hetzner DNS as a DynDNS service. It does that by updating a defined record inside a DNS zone
3+
This program allows to use [Hetzner DNS](https://www.hetzner.com/de/dns-console) as
4+
a [DDNS](https://en.wikipedia.org/wiki/Dynamic_DNS) service. It does that by updating a given record inside a DNS zone
45
to the current public IPv4 address.
56

67
To minimize API calls to the Hetzner API, it'll check if the IP is different from the previous IP. It *cannot* detect if
@@ -11,11 +12,12 @@ It uses the [public-ip](https://github.com/sindresorhus/public-ip) package
1112
by [sindresorhus](https://github.com/sindresorhus) to retrieve the current public IPv4.
1213

1314
## Usage
15+
1416
*To be documented.*
1517

1618
## Exit Codes
1719

18-
| Code | Meaning |
19-
|-----:|----------------------------------------|
20-
| 0 | Success. Nothing special happened. |
21-
| 1 | Invalid configuration. |
20+
| Code | Meaning |
21+
|-----:|------------------------------------|
22+
| 0 | Success. Nothing special happened. |
23+
| 1 | Missing configuration parameters. |

0 commit comments

Comments
 (0)