more stuff

This commit is contained in:
2019-11-27 14:49:46 +00:00
parent 3ea9819228
commit 6e09734800
7 changed files with 79 additions and 5 deletions

9
bind/dynamic-zones.conf Normal file
View File

@ -0,0 +1,9 @@
zone "dynamic.hottis.de" {
type master;
file "/etc/bind/dynamic/dynamic.hottis.de";
allow-update {
{ localhost; };
key local.;
};
};

11
bind/dynamic.hottis.de Normal file
View File

@ -0,0 +1,11 @@
@ 1800 IN SOA yadynns.hottis.de. woho@hottis.de. (
2019112701
300
100
120
120
)
@ IN NS yadynns.hottis.de.
test IN A 127.0.0.2

9
bind/named.conf.logging Normal file
View File

@ -0,0 +1,9 @@
logging {
category default { default_logfile; };
channel default_logfile {
file "/opt/app/var/log/named.log";
print-time yes;
print-category yes;
};
};