corrige detecção de endereços
This commit is contained in:
+8
-2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user