Go to file
2023-03-13 06:02:47 +03:00
defaults cosmetic 2023-03-12 20:55:16 +03:00
handlers first commit 2023-03-12 20:49:31 +03:00
tasks cosmetic 2023-03-12 20:55:16 +03:00
templates first commit 2023-03-12 20:49:31 +03:00
.gitignore first commit 2023-03-12 20:49:31 +03:00
README.md update readme 2023-03-13 06:02:47 +03:00

Deploy ddclient.

Tested with OS:

  • AlmaLinux 9

Example config:

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