feat: initial commit
This commit is contained in:
parent
dc073bf590
commit
f8ec658b1a
18 changed files with 328 additions and 93 deletions
23
defaults/main.yaml
Normal file
23
defaults/main.yaml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue