mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
14 lines
167 B
YAML
14 lines
167 B
YAML
---
|
|
# Replace 'a' with a generic record
|
|
a:
|
|
type: A
|
|
values:
|
|
- 4.4.4.4
|
|
- 5.5.5.5
|
|
# Add another record
|
|
added:
|
|
type: A
|
|
values:
|
|
- 6.6.6.6
|
|
- 7.7.7.7
|