feat(apps): migrate DNS configuration (bind9, technitium-dns)
This commit is contained in:
parent
ac224b7294
commit
3a8f6e6451
8 changed files with 220 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