Skip to content

Commit

Permalink
minor changes to dns
Browse files Browse the repository at this point in the history
  • Loading branch information
Sephley committed May 13, 2024
1 parent 03acaca commit 751ce0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/dns.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ sudo apt update
sudo apt install bind9 bind9utils bind9-doc dnsutils
```
#### 2. Konfiguration vornehmen
Zurst müssen wir noch auf unserem primären DNS die folgenden parameter in `/etc/bind/named.conf.local` einfügen:
Zurst müssen wir noch auf unserem primären DNS die folgenden parameter in `/etc/bind/named.conf.local` in beiden `zone` blocks einfügen:
```
allow-transfer { 192.168.1.9 };
also-notify { 192.168.1.9 };
Expand All @@ -216,7 +216,7 @@ also-notify { 192.168.1.9 };
zone "sephley.local" {
type slave;
file "/etc/bind/forward.sephley.local";
masters { 192.168.1.4; };
masters { 192.168.1.7; };
};
```
Anschliessend laden wir den Dienst neu:
Expand Down

0 comments on commit 751ce0c

Please sign in to comment.