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