summaryrefslogtreecommitdiff
path: root/config/localTemplate.go
diff options
context:
space:
mode:
Diffstat (limited to 'config/localTemplate.go')
-rw-r--r--config/localTemplate.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/localTemplate.go b/config/localTemplate.go
index 618facfd2..ce4294de0 100644
--- a/config/localTemplate.go
+++ b/config/localTemplate.go
@@ -171,6 +171,7 @@ type Local struct {
RestWriteTimeoutSeconds int `version[4]:"120"`
// DNSBootstrapID specifies the names of a set of DNS SRV records that identify the set of nodes available to connect to.
+ // This is applicable to both relay and archival nodes - they are assumed to use the same DNSBootstrapID today.
// When resolving the bootstrap ID <network> will be replaced by the genesis block's network name. This string uses a URL
// parsing library and supports optional backup and dedup parameters. 'backup' is used to provide a second DNS entry to use
// in case the primary is unavailable. dedup is intended to be used to deduplicate SRV records returned from the primary