octodns-netbox-dns/dev/zones/view.example.com.yaml

17 lines
229 B
YAML
Raw Permalink Normal View History

2024-02-21 14:48:11 +01:00
---
? ''
2024-02-28 14:28:42 +01:00
: ttl: 172800
2024-02-21 14:48:11 +01:00
type: NS
values:
2024-02-28 14:28:42 +01:00
- ns1.example.com.
- ns2.example.com.
2024-02-21 14:48:11 +01:00
record1:
type: CNAME
value: record11.view.example.com.
record11:
type: A
value: 192.168.1.11
record12:
type: A
2024-02-28 14:28:42 +01:00
value: 192.168.1.13