diff options
author | Jonas Smedegaard <dr@jones.dk> | 2014-07-06 17:56:40 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2014-07-06 17:56:40 +0200 |
commit | 58edbfdedaa13255851279c69c47c41d0ab24b06 (patch) | |
tree | 626ef6fa12e5d7247944b4bc369609052b0b2358 /bind | |
parent | 08348f352a4e68105de3c73d5d5e817ca9b2cce8 (diff) |
Fix cache file name for free-owl.de.
Diffstat (limited to 'bind')
-rw-r--r-- | bind/named.conf.FREE-OWL.DE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bind/named.conf.FREE-OWL.DE b/bind/named.conf.FREE-OWL.DE index 320d6b6..813410b 100644 --- a/bind/named.conf.FREE-OWL.DE +++ b/bind/named.conf.FREE-OWL.DE @@ -1,3 +1,3 @@ zone "free-owl.de"{ type slave; masters { 217.197.91.142; }; - file "db.biks.dk"; }; + file "db.free-owl.de"; }; |