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
```named.conf
named.conf
```
options {
listen-on port 53 { any; };
listen-on-v6 port 53 { any; };
@@ -25,12 +26,13 @@ options {
zone "example.org" {
type master;
file "/var/named/zones/xample.org.zone";
file "/var/named/zones/example.org.zone";
notify no;
};
```
```*.zone
*.zone
```
$TTL 86400
@ IN SOA ns1.xample.org. admin.example.org. (
2026071001 ; Seriennummer