Skip to content

Commit

Permalink
Updates pillar guidance for skipping ddns updates
Browse files Browse the repository at this point in the history
  • Loading branch information
eemperor committed Mar 18, 2024
1 parent 4771ae5 commit 31f7247
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pillar.example
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,11 @@ name-computer:
# Optional. If provided, formula will send a Dynamic DNS update to the nameserver
# to create/update both forward and reverse records. Requires `dns_domain`.
nameserver: <DNS Name Server>

# Optional. If provided, formula will skip the Dynamic DNS create/update of the
# forward record. Requires `dns_domain` and `nameserver`
skip_forward_nsupdate: true

# Optional. If provided, formula will skip the Dynamic DNS create/update of the
# reverse record. Requires `dns_domain` and `nameserver`
skip_reverse_nsupdate: true

0 comments on commit 31f7247

Please sign in to comment.