unbound/defaults/main.yaml

22 lines
364 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"
value: "192.168.1.0"