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

Closed
opened 2025-11-20 04:22:40 -05:00 by saavagebueno · 2 comments
Owner

Originally created by @maoge124 on GitHub (Oct 5, 2023).

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

Originally created by @maoge124 on GitHub (Oct 5, 2023). <!-- YOU CAN CHAT THERE EVENTUALLY: https://github.com/qdm12/ddns-updater/discussions --> **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) <!-- See the line at the top of your logs --> `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
Author
Owner

@maoge124 commented on GitHub (Oct 5, 2023):

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

@maoge124 commented on GitHub (Oct 5, 2023): 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
Author
Owner

@qdm12 commented on GitHub (Jan 16, 2024):

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

@qdm12 commented on GitHub (Jan 16, 2024): You are running an image from `2020-03-13`.... Update your image.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ddns-updater#316