feat: Basic recursive dns
This commit is contained in:
parent
48fb68c2fd
commit
c294e159e2
6 changed files with 112 additions and 0 deletions
4
modules/apps/bind9/named.conf.local
Normal file
4
modules/apps/bind9/named.conf.local
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
zone "depeuter.dev" {
|
||||
type primary;
|
||||
file "/etc/bind/zones/db.depeuter.dev";
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue