Added info about defaults

This commit is contained in:
Vegard Berg 2023-06-08 22:52:56 +02:00
parent a43c5e9020
commit 44aad259b3
1 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,7 @@
# api_key = "MY API KEY" # api_key = "MY API KEY"
# #
# # These are the default values for the dns section. You do not need to uncomment this
# # to use these values.
# [dns] # [dns]
# ips = ["208.67.222.222", "208.67.220.220", "2620:119:35::35", "2620:119:53::53"] # ips = ["208.67.222.222", "208.67.220.220", "2620:119:35::35", "2620:119:53::53"]
# # Note the final period!! # # Note the final period!!
@ -8,8 +10,8 @@
# [[domain]] # [[domain]]
# name = "mydomain.com" # name = "mydomain.com"
# subdomains = ["www", "ftp"] # subdomains = ["www", "ftp"]
# update_A = true # Update IPv4 A record # update_A = true # Update IPv4 A record [default]
# update_AAAA = false # Update IPv6 AAAA record # update_AAAA = false # Update IPv6 AAAA record [default]
# #
# [[domain]] # [[domain]]
# name = "example.com" # name = "example.com"