Help: FILL THIS TEXT OR ISSUE WILL BE CLOSED #540

Open
opened 2025-11-20 04:24:48 -05:00 by saavagebueno · 0 comments
Owner

Originally created by @drizzt09 on GitHub (Jul 6, 2025).

TLDR: It seems to be reading my first config and gets 405 (even though it has the correct IP on dynu already). But it doesnt seem to look at the other 2 configs at all. I put the config in config.json which now seems to be blank an update.json has replaced it with the info I had originally put in config.json

  1. Is this urgent: No
  2. DNS provider(s) you use: Dynu
  3. Program version: Running version latest built on 2024-12-24T09:20:36.130Z (commit 78f3061)
  4. What are you using to run the container: docker-compose
  5. Extra information (optional)

Logs:

2025-07-06 17:19:42
 2025/07/06 13:19:42 "HEAD http://ddns-updater.powernix.mywire.org/ HTTP/1.1" from 99.250.140.140 - 405 0B in 5.26µs
2025-07-06 17:21:02
 2025-07-06T13:21:02-04:00 DEBUG configured to fetch IP: v4 or v6: false, v4: false, v6: false    service.go:L309
2025-07-06 17:21:02
 2025-07-06T13:21:02-04:00 DEBUG your public IP address are: v4 or v6: invalid IP, v4: invalid IP, v6: invalid IP    service.go:L311
2025-07-06 17:26:02
 2025-07-06T13:26:02-04:00 DEBUG configured to fetch IP: v4 or v6: false, v4: false, v6: false    service.go:L309
2025-07-06 17:26:02
 2025-07-06T13:26:02-04:00 DEBUG your public IP address are: v4 or v6: invalid IP, v4: invalid IP, v6: invalid IP    service.go:L311
2025-07-06 17:31:02
 2025-07-06T13:31:02-04:00 DEBUG configured to fetch IP: v4 or v6: false, v4: false, v6: false    service.go:L309
2025-07-06 17:31:02
 2025-07-06T13:31:02-04:00 DEBUG your public IP address are: v4 or v6: invalid IP, v4: invalid IP, v6: invalid IP    service.go:L311
2025-07-06 17:36:02
 2025-07-06T13:36:02-04:00 DEBUG configured to fetch IP: v4 or v6: false, v4: false, v6: false    service.go:L309
2025-07-06 17:36:02
 2025-07-06T13:36:02-04:00 DEBUG your public IP address are: v4 or v6: invalid IP, v4: invalid IP, v6: invalid IP    service.go:L311
2025-07-06 17:38:45
 2025/07/06 13:38:45 "HEAD http://ddns-updater.*************.mywire.org/ HTTP/1.1" from 99.250.***.*** - 405 0B in 21.995µs

"updates.json Configuration file (remove your credentials!):

{
  "settings": [
    {
      "provider": "dynu",
      "domain": "********.mywire.org",
      "group": "",
      "username": "******",
      "password": "**********",
      "ip_version": "ipv4",
      "ipv6_suffix": ""
    },
    {
      "provider": "dynu",
      "domain": "**********.mywire.org",
      "group": "",
      "username": "******",
      "password": "**********",
      "ip_version": "ipv4",
      "ipv6_suffix": ""
    },
    {
      "provider": "dynu",
      "domain": "****.mywire.org",
      "group": "",
      "username": "******",
      "password": "**********",
      "ip_version": "ipv4",
      "ipv6_suffix": ""
    }
  ]
}

Host OS: Ubuntu 24.04.2 LTS

Originally created by @drizzt09 on GitHub (Jul 6, 2025). **TLDR**: It seems to be reading my first config and gets 405 (even though it has the correct IP on dynu already). But it doesnt seem to look at the other 2 configs at all. I put the config in config.json which now seems to be blank an update.json has replaced it with the info I had originally put in config.json 1. Is this urgent: No 2. DNS provider(s) you use: Dynu 3. Program version: Running version latest built on 2024-12-24T09:20:36.130Z (commit 78f3061) 4. What are you using to run the container: docker-compose 5. Extra information (optional) Logs: ``` 2025-07-06 17:19:42 2025/07/06 13:19:42 "HEAD http://ddns-updater.powernix.mywire.org/ HTTP/1.1" from 99.250.140.140 - 405 0B in 5.26µs 2025-07-06 17:21:02 2025-07-06T13:21:02-04:00 DEBUG configured to fetch IP: v4 or v6: false, v4: false, v6: false service.go:L309 2025-07-06 17:21:02 2025-07-06T13:21:02-04:00 DEBUG your public IP address are: v4 or v6: invalid IP, v4: invalid IP, v6: invalid IP service.go:L311 2025-07-06 17:26:02 2025-07-06T13:26:02-04:00 DEBUG configured to fetch IP: v4 or v6: false, v4: false, v6: false service.go:L309 2025-07-06 17:26:02 2025-07-06T13:26:02-04:00 DEBUG your public IP address are: v4 or v6: invalid IP, v4: invalid IP, v6: invalid IP service.go:L311 2025-07-06 17:31:02 2025-07-06T13:31:02-04:00 DEBUG configured to fetch IP: v4 or v6: false, v4: false, v6: false service.go:L309 2025-07-06 17:31:02 2025-07-06T13:31:02-04:00 DEBUG your public IP address are: v4 or v6: invalid IP, v4: invalid IP, v6: invalid IP service.go:L311 2025-07-06 17:36:02 2025-07-06T13:36:02-04:00 DEBUG configured to fetch IP: v4 or v6: false, v4: false, v6: false service.go:L309 2025-07-06 17:36:02 2025-07-06T13:36:02-04:00 DEBUG your public IP address are: v4 or v6: invalid IP, v4: invalid IP, v6: invalid IP service.go:L311 2025-07-06 17:38:45 2025/07/06 13:38:45 "HEAD http://ddns-updater.*************.mywire.org/ HTTP/1.1" from 99.250.***.*** - 405 0B in 21.995µs ``` "updates.json Configuration file (**remove your credentials!**): ``` { "settings": [ { "provider": "dynu", "domain": "********.mywire.org", "group": "", "username": "******", "password": "**********", "ip_version": "ipv4", "ipv6_suffix": "" }, { "provider": "dynu", "domain": "**********.mywire.org", "group": "", "username": "******", "password": "**********", "ip_version": "ipv4", "ipv6_suffix": "" }, { "provider": "dynu", "domain": "****.mywire.org", "group": "", "username": "******", "password": "**********", "ip_version": "ipv4", "ipv6_suffix": "" } ] } ``` Host OS: Ubuntu 24.04.2 LTS
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ddns-updater#540