23 lines
382 B
YAML
23 lines
382 B
YAML
---
|
|
|
|
# unbound upstream info
|
|
unbound_upstream_dns:
|
|
- "8.8.8.8"
|
|
- "1.1.1.1"
|
|
|
|
# unbound allow access
|
|
unbound_allow_access:
|
|
- name: "example-lan"
|
|
network: "192.168.1.0/24"
|
|
|
|
# unbound zones
|
|
unbound_zones:
|
|
|
|
# example.internal
|
|
- zone: "example.internal"
|
|
type: "static"
|
|
records:
|
|
|
|
- name: "server.example.internal"
|
|
type: "A"
|
|
value: "192.168.1.0"
|