corrige detecção de endereços

This commit is contained in:
2026-09-16 00:31:37 -03:00
parent 1a5a446b5c
commit 6c16f0da7a
4 changed files with 78 additions and 23 deletions
+8 -2
View File
@@ -8,10 +8,16 @@
# Optional: how often to update in daemon mode, in minutes. Default: 5.
# interval_minutes = 5
# record_type selects which DNS record this entry updates: "A" (IPv4) or
# "AAAA" (IPv6). HE's dynamic DNS API cannot infer this from the address
# submitted, so it must be set explicitly. Defaults to "A" when omitted.
[[entries]]
hostname = "home.example.com"
token = "your-he-dyndns-token"
record_type = "A"
[[entries]]
hostname = "home-v6.example.com"
token = "another-he-dyndns-token"
hostname = "home.example.com"
token = "your-he-dyndns-token"
record_type = "AAAA"