From fa2e4426f41492bf396657caeac34515c34260e1 Mon Sep 17 00:00:00 2001 From: mkelcik Date: Thu, 4 May 2023 17:39:59 +0200 Subject: [PATCH] Refactor --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 82faad0..9745d2e 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,9 @@ Before run, you need configure this environment variables. - `ON_CHANGE_COMMENT` - (optional) in the event that the ip address of the dns record changes, this comment will be added to the record - `CHECK_INTERVAL_SECONDS` - (optional) how often will the ip address of the records be checked (default: `300`) - `PUBLIC_IP_RESOLVER` - (optional) public ip address resolver. (default: `ifconfig.me`) Available: `ifconfig.me`, `v4.ident.me`, `1.1.1.1` + - `NOTIFIERS` - (optional) setting the notifier in case of an update of the dns record. Multiple entries are separated by commas. (default none). Example: `webhook@http://localhost/cloudflare-notification` + - Available( + - `webhook` - Call defined webhook. Example: `webhook@http://localhost/cloudflare-notification` ### Building from source