From c69dffdc33f1eaaf517a8e67ea4832685a341111 Mon Sep 17 00:00:00 2001 From: ace Date: Mon, 13 Mar 2023 05:57:48 +0300 Subject: [PATCH] add readme --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..27d7ce6 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +Deploy ddclient. + +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 +