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,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"