qdm12 / ddns-updater

Container to update DNS records periodically with WebUI for many DNS providers
https://hub.docker.com/r/qmcgaw/ddns-updater/
MIT License
1.61k stars 156 forks source link

Bug: unknown provider: https://ip.3322.net #538

Closed maoge124 closed 8 months ago

maoge124 commented 11 months ago

TLDR: Describe your issue in a one liner here

  1. Is this urgent: Yes

  2. DNS provider(s) you use: DNSPod

  3. Program version:Running version latest built on 2023-09-13T19:49:02.170Z (commit 13ccb4f)

    Running version latest built on 2020-03-13T01:30:06Z (commit d0f678c)

  4. What are you using to run the container: docker

  5. Extra information (optional)

Logs:

2023-10-05T23:46:06+08:00 INFO Settings summary:
├── HTTP client
|   └── Timeout: 10s
├── Update
|   ├── Period: 5m0s
|   └── Cooldown: 5m0s
├── Public IP fetching
|   ├── HTTP enabled: yes
|   ├── HTTP IP providers
|   |   ├── https://myip.ipip.net
|   |   └── https://ip.3322.net
|   ├── HTTP IPv4 providers
|   |   ├── https://myip.ipip.net
|   |   └── https://ip.3322.net
|   ├── HTTP IPv6 providers
|   |   └── all
|   └── DNS enabled: no
├── Resolver: use Go default resolver
├── IPv6
|   └── Mask bits: 128
├── Server
|   ├── Port: 8000
|   └── Root URL: /
├── Health
|   └── Server listening address: 127.0.0.1:9999
├── Paths
|   └── Data directory: /updater/data
├── Backup: disabled
└── Logger
    ├── Caller: no
    └── Level: INFO
2023-10-05T23:46:06+08:00 INFO reading JSON config from file /updater/data/config.json
2023-10-05T23:46:06+08:00 INFO Found single setting to update record
2023-10-05T23:46:07+08:00 INFO Reading history from database: domain windy.fun host root
2023-10-05T23:46:07+08:00 ERROR unknown provider: https://ip.3322.net
2023-10-05T23:46:07+08:00 INFO Shutdown successful

Configuration file (remove your credentials!):

{
    "settings": [
      {
        "provider": "dnspod",
        "domain": "xx.xx",
        "host": "xx",
        "token": "xxx,xxxx",
        "ip_version": "ipv4"
      }
    ]
  }

Host OS: unraid

maoge124 commented 11 months ago

PUBLICIP_FETCHERS:http PUBLICIP_FETCHERS:https://myip.ipip.net,https://ip.3322.net PUBLICIPV4_HTTP_PROVIDERS:https://myip.ipip.net,https://ip.3322.net PUBLICIPV6_HTTP_PROVIDERS:all

qdm12 commented 8 months ago

You are running an image from 2020-03-13.... Update your image.