feat: add Vagrant file and provisioning scripts
This commit is contained in:
commit
ad2a00a42c
25 changed files with 4805 additions and 0 deletions
ansible/files
6
ansible/files/bind-options
Normal file
6
ansible/files/bind-options
Normal file
|
@ -0,0 +1,6 @@
|
|||
options {
|
||||
directory "/var/cache/bind";
|
||||
forward only; // Never try resolving other domains
|
||||
forwarders { 127.0.0.53; }; // Forward everything to systemd-resolved
|
||||
dnssec-validation yes; // systemd-resolved *requires* DNSSEC
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue