Update README.MD
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user