more stuff
This commit is contained in:
9
bind/dynamic-zones.conf
Normal file
9
bind/dynamic-zones.conf
Normal 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
11
bind/dynamic.hottis.de
Normal 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
9
bind/named.conf.logging
Normal 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;
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user