-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Hi,
I needed a tool to update cloudflare DNS using windows 10, and found your tool by chance, I filed out the configuration file, but it seems when running ddnsupdate.exe, that it is not able to detect my external IP.
here is the log extract:
:\Program Files_NETWORK TOOLS\Ddnsupdate>ddnsupdate
[18:46:49 INF] PRODUCTION environment detected
[18:46:49 INF] Starting DdnsUpdate.NET by PaulTechGuy, v0.1.0
[18:46:49 INF] Press Ctrl-C to cancel
[18:46:49 INF] IP address updates will be performed every 60 minute(s)
[18:46:49 INF] IP address updates will not push email notifications
[18:46:49 INF] config files are in C:\Program Files_NETWORK TOOLS\Ddnsupdate\config
[18:46:49 INF] log files are in C:\Program Files_NETWORK TOOLS\Ddnsupdate\logs
[18:46:49 INF] data files are in C:\Program Files_NETWORK TOOLS\Ddnsupdate\data
[18:46:49 INF] Checking for initial IP address: none found
[18:46:49 WRN] #1: Unable to determine external IP address or cancellation requested
I tried to change the order of the web sites in appsettings.json and putting one that works on the top of the list, and setting randomizeIpAddressProviderSelecion to false, but it did not make any change.