File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
# 🚀 Hetzner DDNS Agent
2
2
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
4
5
to the current public IPv4 address.
5
6
6
7
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
11
12
by [ sindresorhus] ( https://github.com/sindresorhus ) to retrieve the current public IPv4.
12
13
13
14
## Usage
15
+
14
16
* To be documented.*
15
17
16
18
## Exit Codes
17
19
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. |
You can’t perform that action at this time.
0 commit comments