Add Wireguard playbook and first commit
This commit is contained in:
10
roles/homelab/wireguard/templates/named.conf.local.j2
Normal file
10
roles/homelab/wireguard/templates/named.conf.local.j2
Normal file
@@ -0,0 +1,10 @@
|
||||
zone "serti.fun" {
|
||||
type primary;
|
||||
file "/etc/bind/db.serti.fun";
|
||||
allow-transfer { none; };
|
||||
allow-update { none; };
|
||||
allow-query {
|
||||
127.0.0.1;
|
||||
{{ wireguard_network }};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user