From 2bbc33dcb47292d3f462a58a6213f753ae20ef8b Mon Sep 17 00:00:00 2001 From: Timo Behrendt Date: Sun, 11 Aug 2024 10:16:26 +0200 Subject: [PATCH] docs: document notification provider config --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bf1a38b..b92ad43 100644 --- a/README.md +++ b/README.md @@ -52,4 +52,10 @@ url: Examples for providers are: - https://ifconfig.me -- https://api.ipify.org \ No newline at end of file +- https://api.ipify.org + +## Notification Providers +The notification provider is used to send notifications whena IP address changes and a DNS record is updated. + +### Console +The console notification provider is used to print the notification to the console. This is the default notification provider.