ddclient/README.md

19 lines
406 B
Markdown
Raw Permalink Normal View History

2023-03-13 02:57:48 +00:00
Deploy ddclient.
2023-03-13 03:02:47 +00:00
Tested with OS:
2023-03-13 03:02:23 +00:00
- AlmaLinux 9
2023-03-13 02:57:48 +00:00
Example config:
2023-03-13 03:01:46 +00:00
ddclient_tsig_public_key_base64: "you_base64_public_key_here"
ddclient_tsig_private_key_base64: "you_base64_private_key_here"
ddclient_hosts:
- name: record1.example.com
dns_ip: 192.168.1.2
domain: example.com
- name: record2.example.com
dns_ip: 192.168.1.2
domain: example.com
2023-03-13 02:57:48 +00:00