You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
├── 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
├── Level: info
└── Caller: hidden
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">
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? [email protected]
💰 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
The text was updated successfully, but these errors were encountered: