Update README.MD

This commit is contained in:
2026-07-16 16:50:23 +02:00
parent 71df4b2bd8
commit 3ca0582ee8
+5 -3
View File
@@ -1,6 +1,7 @@
Bind9 config Bind9 config
```named.conf named.conf
```
options { options {
listen-on port 53 { any; }; listen-on port 53 { any; };
listen-on-v6 port 53 { any; }; listen-on-v6 port 53 { any; };
@@ -25,12 +26,13 @@ options {
zone "example.org" { zone "example.org" {
type master; type master;
file "/var/named/zones/xample.org.zone"; file "/var/named/zones/example.org.zone";
notify no; notify no;
}; };
``` ```
```*.zone *.zone
```
$TTL 86400 $TTL 86400
@ IN SOA ns1.xample.org. admin.example.org. ( @ IN SOA ns1.xample.org. admin.example.org. (
2026071001 ; Seriennummer 2026071001 ; Seriennummer