From fd2b13ea8948a20c39323805a74b3211f2439648 Mon Sep 17 00:00:00 2001 From: Tudor Stanciu Date: Tue, 27 Dec 2022 00:16:38 +0200 Subject: [PATCH] config structure --- src/GoDaddyDDNS/appsettings.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/GoDaddyDDNS/appsettings.json b/src/GoDaddyDDNS/appsettings.json index 8983e0f..475387e 100644 --- a/src/GoDaddyDDNS/appsettings.json +++ b/src/GoDaddyDDNS/appsettings.json @@ -5,5 +5,16 @@ "Microsoft": "Warning", "Microsoft.Hosting.Lifetime": "Information" } - } + }, + "PublicIPProviders": [ + "https://api.ipify.org/", + "https://checkip.amazonaws.com/", + "https://ipinfo.io/ip", + "https://icanhazip.com/", + "https://www.trackip.net/ip" + ], + "Domain": "*********", + "Records": [ "@" ], + "Key": "*********", + "Secret": "*********" }