feat: initial commit

This commit is contained in:
Simon Cornet 2025-07-14 14:19:39 +02:00
commit f8ec658b1a
18 changed files with 328 additions and 93 deletions

23
defaults/main.yaml Normal file
View file

@ -0,0 +1,23 @@
---
# 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"