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
TLDR: When the domain exists in /etc/hosts the domain status gets stuck on 'Unset', and is not updated when using binary on Linux
Is this urgent: No
DNS provider(s) you use: OVH & Custom
Program version: 2.9.0 (commit 78f30614b1d085ef6bfbfce92b0e45ca0204f42a)
What are you using to run the container: N/A, using the binary on Linux
Extra information:
When the domain entry is removed from /etc/hosts everyting works as expected and the ip is updated after restarting the binary.
To replicate make sure updates.json is empty.
Also tested the Windows, MacOS/Darwin versions and Docker, and these are not effected.
Logs OVH:
2024-12-28T22:19:23Z INFO Settings summary:
├── HTTP client
| └── Timeout: 20s
├── Update
| ├── Period: 10m0s
| └── 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 is disabled
├── Paths
| ├── Data directory: ./data
| ├── Config file: data/config.json
| └── Umask: system default
├── Backup: disabled
└── Logger
├── Level: INFO
└── Caller: hidden
2024-12-28T22:19:23Z INFO reading JSON config from file data/config.json
2024-12-28T22:19:23Z INFO Found 2 settings to update records
2024-12-28T22:19:23Z INFO Reading history from database: domain test.lan owner @ ipv4
2024-12-28T22:19:23Z INFO Reading history from database: domain test.lan owner @ ipv6
2024-12-28T22:19:23Z INFO [http server] http server listening on [::]:8000
2024-12-28T22:19:23Z INFO [backup] disabled
2024-12-28T22:19:23Z INFO obtaining ipv4 address succeeded after 1 failed try
^C2024-12-28T22:42:02Z WARN Caught OS signal, shutting down
2024-12-28T22:42:07Z WARN Shutdown timed out
TLDR: When the domain exists in
/etc/hosts
the domain status gets stuck on 'Unset', and is not updated when using binary on LinuxIs this urgent: No
DNS provider(s) you use: OVH & Custom
Program version:
2.9.0 (commit 78f30614b1d085ef6bfbfce92b0e45ca0204f42a)
What are you using to run the container: N/A, using the binary on Linux
Extra information:
When the domain entry is removed from
/etc/hosts
everyting works as expected and the ip is updated after restarting the binary.To replicate make sure
updates.json
is empty.Also tested the Windows, MacOS/Darwin versions and Docker, and these are not effected.
Logs OVH:
Configuration file OVH:
Logs Custom:
Configuration file Custom:
Host OS(s):
Debian 12, Ubuntu 24.04,Fedora 41, Rocky Linux9, Alpine 3.21, Arch Linux,OpenSuse Leap 15.9, Centos-Stream 10
The text was updated successfully, but these errors were encountered: