Added info about defaults
This commit is contained in:
parent
a43c5e9020
commit
44aad259b3
|
@ -1,6 +1,8 @@
|
|||
# api_key = "MY API KEY"
|
||||
#
|
||||
# [dns]
|
||||
# # These are the default values for the dns section. You do not need to uncomment this
|
||||
# # to use these values.
|
||||
# [dns]
|
||||
# ips = ["208.67.222.222", "208.67.220.220", "2620:119:35::35", "2620:119:53::53"]
|
||||
# # Note the final period!!
|
||||
# domain = "myip.opendns.com."
|
||||
|
@ -8,8 +10,8 @@
|
|||
# [[domain]]
|
||||
# name = "mydomain.com"
|
||||
# subdomains = ["www", "ftp"]
|
||||
# update_A = true # Update IPv4 A record
|
||||
# update_AAAA = false # Update IPv6 AAAA record
|
||||
# update_A = true # Update IPv4 A record [default]
|
||||
# update_AAAA = false # Update IPv6 AAAA record [default]
|
||||
#
|
||||
# [[domain]]
|
||||
# name = "example.com"
|
||||
|
|
Loading…
Reference in New Issue