mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-07-28 16:42:37 -04:00
Bug: Zoneedit, ERROR unknown response #474
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @slackluis on GitHub (Dec 26, 2024).
Zoneedit reply with "no update required for" and error code 700. ddns-updater assumes it is error.
Is this urgent: No
DNS provider(s) you use: Zoneedit
Program version: 2.9.0
Running version 2.9.0 built on 2024-12-24T10:40:42.120Z (commit 78f3061)docker-compose
Extra information (optional)
Logs:
========================================
============= ddns-updater =============
=========== Made with ❤️ by ============
======= https://github.com/qdm12 =======
========================================
Running version 2.9.0 built on 2024-12-24T10:40:42.120Z (commit
78f3061)🔧 Need help? ☕ Discussion? https://github.com/qdm12/ddns-updater/discussions/new/choose
🐛 Bug? ✨ New feature? https://github.com/qdm12/ddns-updater/issues/new/choose
💻 Email? quentin.mcgaw@gmail.com
💰 Help me? https://www.paypal.me/qmcgaw https://github.com/sponsors/qdm12
2024-12-26T14:15:05Z INFO Settings summary:
├── HTTP client
| └── Timeout: 10s
├── Update
| ├── Period: 11m0s
| └── Cooldown: 5m0s
├── Public IP fetching
| ├── HTTP enabled: yes
| ├── HTTP IP providers
| | └── all
| ├── HTTP IPv4 providers
| | └── all
| ├── HTTP IPv6 providers
| | └── all
| ├── DNS enabled: yes
| ├── DNS timeout: 3s
| └── DNS over TLS providers
| └── all
├── Resolver: use Go default resolver
├── Server
| ├── Listening address: :8000
| └── Root URL: /
├── Health
| └── Server listening address: 127.0.0.1:9999
├── Paths
| ├── Data directory: /updater/data
| ├── Config file: /updater/data/config.json
| └── Umask: system default
├── Backup: disabled
└── Logger
2024-12-26T14:15:05Z INFO reading JSON config from file /updater/data/config.json
2024-12-26T14:15:05Z INFO Found single setting to update record
2024-12-26T14:15:05Z INFO Reading history from database: domain domain.example owner dyndns ipv4
2024-12-26T14:15:05Z INFO [healthcheck server] health http server listening on 127.0.0.1:9999
2024-12-26T14:15:05Z INFO [http server] http server listening on [::]:8000
2024-12-26T14:15:05Z INFO [backup] disabled
2024-12-26T14:15:06Z INFO ipv4 address of dyndns.domain.example is and your ipv4 address is 82.x.x.x
2024-12-26T14:15:06Z INFO Updating record [domain: domain.example | owner: dyndns | provider: zoneedit | ip: ipv4] to use 82.x.x.x
2024-12-26T14:15:06Z ERROR unknown response received: <error code="700" text="no update required for dyndns.domain.example to 82.x.x.x" zone="dyndns.domain.example">
Configuration file (remove your credentials!):
{
"settings": [
{
"provider": "zoneedit",
"domain": "dyndns.domain.example",
"username": "XXXXX",
"token": "XXXXXX",
"ip_version": "ipv4",
"ipv6_suffix": ""
}
]
}
Host OS:
Debian 12