diff --git a/config.sample.toml b/config.sample.toml index 9424d5e..65edafc 100644 --- a/config.sample.toml +++ b/config.sample.toml @@ -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"